Type Alias: ChildComponents
ChildComponents =
Record
<string
,RenderComponentType
>
Defined in: types/index.ts:15
A record of child components indexed by their IDs. Each child component is represented as a RenderComponentType.
ChildComponents =
Record
<string
,RenderComponentType
>
Defined in: types/index.ts:15
A record of child components indexed by their IDs. Each child component is represented as a RenderComponentType.