UNPKG

@excalidraw/math

Version:

Excalidraw math functions

8 lines (7 loc) 199 B
type HelpButtonProps = { name?: string; id?: string; onClick?(): void; }; export declare const HelpButton: (props: HelpButtonProps) => import("react/jsx-runtime").JSX.Element; export {};