UNPKG

next

Version:

The React Framework

4 lines (3 loc) 228 B
import { type OverlayProps } from '../../overlay/overlay'; export declare function ErrorOverlayOverlay({ children, ...props }: OverlayProps): import("react/jsx-runtime").JSX.Element; export declare const OVERLAY_STYLES: string;