Declares a prop that can hold references to other HELIO instances.
Its content is typically handled by working with the HELIO instance tree by adding and re-ordering elements.
{ footer: props.Children({ label: 'Footer', })} Copy
{ footer: props.Children({ label: 'Footer', })}
Declares a prop that can hold references to other HELIO instances.
Its content is typically handled by working with the HELIO instance tree by adding and re-ordering elements.