UNPKG

@marcosnbj/excalidraw

Version:
6 lines (5 loc) 179 B
import React from "react"; export declare const ErrorDialog: ({ children, onClose, }: { children?: React.ReactNode; onClose?: (() => void) | undefined; }) => JSX.Element;