UNPKG

alinea

Version:
7 lines (6 loc) 276 B
import { type PropsWithChildren } from 'react'; type ErrorBoundaryProps = PropsWithChildren<{ dependencies?: ReadonlyArray<any>; }>; export declare function ErrorBoundary({ children, dependencies }: ErrorBoundaryProps): import("react/jsx-runtime").JSX.Element; export {};