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