Variable: Fragment()
constFragment: (props) =>DisplayChildren[] |undefined=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
DisplayChildren[] | undefined
The fragment children.