UNPKG

@excalidraw/excalidraw

Version:
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 {};