UNPKG

@excalidraw/excalidraw

Version:
6 lines (5 loc) 168 B
/// <reference types="react" /> import "./HelpDialog.scss"; export declare const HelpDialog: ({ onClose }: { onClose?: (() => void) | undefined; }) => JSX.Element;