UNPKG

@excalidraw/math

Version:

Excalidraw math functions

11 lines (10 loc) 295 B
import "./ToolIcon.scss"; type LaserPointerIconProps = { title?: string; name?: string; checked: boolean; onChange?(): void; isMobile?: boolean; }; export declare const LaserPointerButton: (props: LaserPointerIconProps) => import("react/jsx-runtime").JSX.Element; export {};