Function: Fragment()
Estimated reading time: less than 1 minuteA JSX Fragment is used to return multiple elements from a component.
Parameters
props
PropsWithChildren<Pick<HtmlTag,
"safe">>
Returns
Element
A JSX Fragment is used to return multiple elements from a component.
PropsWithChildren<Pick<HtmlTag,
"safe">>
Element