UNPKG

alinea

Version:
5 lines (4 loc) 173 B
import { type SuspenseProps } from 'react'; export declare function SuspenseBoundary(props: SuspenseProps & { name: string; }): import("react/jsx-runtime").JSX.Element;