Child ¶
export type Child = Instance | StateObject<Child> | {[unknown]: Child}
All of the types understood by the [Children]
special key.
export type Child = Instance | StateObject<Child> | {[unknown]: Child}
All of the types understood by the [Children]
special key.