/opt/canhelp/node_modules/next/dist/next-devtools/dev-overlay/components/errors/dialog
NameSizeModeActions
body.d.ts2880644editdlrm
dialog.d.ts8590644editdlrm
header.d.ts11280644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/next-devtools/dev-overlay/components/errors/dialog/dialog.d.ts (859B)
type ErrorOverlayDialogProps = { children?: React.ReactNode; onClose?: () => void; footer?: React.ReactNode; } & React.HTMLAttributes; export declare function ErrorOverlayDialog({ children, onClose, footer, ...props }: ErrorOverlayDialogProps): import("react/jsx-runtime").JSX.Element; export declare const DIALOG_STYLES = "\n .error-overlay-dialog-container {\n display: flex;\n flex-direction: column;\n background: var(--color-background-100);\n background-clip: padding-box;\n border: var(--next-dialog-border-width) solid var(--color-gray-400);\n border-radius: 0 0 var(--next-dialog-radius) var(--next-dialog-radius);\n box-shadow: var(--shadow-menu);\n position: relative;\n overflow: hidden;\n }\n\n .error-overlay-dialog-scroll {\n overflow-y: auto;\n height: 100%;\n }\n"; export {};