doc: Light doc comment for isPropConfigComposite
This commit is contained in:
parent
df05be3c1e
commit
977ddb6574
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import type {
|
||||||
import type {PathToProp} from '@theatre/shared/utils/addresses'
|
import type {PathToProp} from '@theatre/shared/utils/addresses'
|
||||||
import type {$IntentionalAny} from '@theatre/shared/utils/types'
|
import type {$IntentionalAny} from '@theatre/shared/utils/types'
|
||||||
|
|
||||||
|
/** Either compound or enum properties can be considered "composite" */
|
||||||
export function isPropConfigComposite(
|
export function isPropConfigComposite(
|
||||||
c: PropTypeConfig,
|
c: PropTypeConfig,
|
||||||
): c is PropTypeConfig_Compound<{}> | PropTypeConfig_Enum {
|
): c is PropTypeConfig_Compound<{}> | PropTypeConfig_Enum {
|
||||||
|
|
Loading…
Reference in a new issue