UNPKG

next

Version:

The React Framework

8 lines (7 loc) 288 B
type ErrorOverlayDialogBodyProps = { children?: React.ReactNode; onClose?: () => void; }; export declare function ErrorOverlayDialogBody({ children, }: ErrorOverlayDialogBodyProps): import("react/jsx-runtime").JSX.Element; export declare const DIALOG_BODY_STYLES = ""; export {};