butterfloat / ChildrenProperties
Interface: ChildrenProperties
Defined in: jsx.ts:159
Properties supported by the <Children>
pseudo-component
Properties
context?
optional
context:ComponentContext
<unknown
>
Defined in: jsx.ts:167
Context for the component to bind the children from, for deep binding.
This allows for binding children deeper into the tree, such as passing your component's children into a "render function" of a deeper component in the tree.