UNPKG

@marcosnbj/excalidraw

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