UNPKG

@marcosnbj/excalidraw

Version:
8 lines (7 loc) 257 B
import { LaserPathManager } from "./LaserPathManager"; import "./LaserToolOverlay.scss"; type LaserToolOverlayProps = { manager: LaserPathManager; }; export declare const LaserToolOverlay: ({ manager }: LaserToolOverlayProps) => JSX.Element; export {};