Kind: Function
Source: src/jsx/streaming.ts
Part of: Jsx
Signature
tsasync function Suspense({
children,
fallback,
})
Parameters
| Name | Type |
|---|---|
| `{ | |
| children, | |
| fallback, | |
| }` | any |
Kind: Function
Source: src/jsx/streaming.ts
Part of: Jsx
tsasync function Suspense({
children,
fallback,
})
| Name | Type |
|---|---|
| `{ | |
| children, | |
| fallback, | |
| }` | any |
Was this page helpful?