Kind: Function
Source: src/jsx/base.ts
Part of: Jsx
Signature
tsfunction Fragment({
children,
}: { key?: string children?: Child | HtmlEscapedString }): HtmlEscapedString
Parameters
| Name | Type |
|---|---|
| `{ | |
| children, | |
| }` | `{ key?: string children?: Child |
Returns: HtmlEscapedString
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
childrenToString—src/jsx/components.ts:14jsxDEV—src/jsx/jsx-dev-runtime.ts:12
Was this page helpful?