Variable: Fragment()
const
Fragment: (props
) =>undefined
|DisplayChildren
[] =FSComponent.Fragment
Defined in: src/sdk/components/FSComponent.ts:1530
A fragment of existing elements with no specific root.
Parameters
Parameter | Type | Description |
---|---|---|
props | ComponentProps | The fragment properties. |
Returns
undefined
| DisplayChildren
[]
The fragment children.