UNPKG

@ngenux/ngage-whiteboarding

Version:

A collaborative whiteboard React component with real-time synchronization

11 lines 348 B
import React from 'react'; import { ShapeProps } from '@/types'; interface FreehandDrawingProps { shapeProps: ShapeProps; isSelected: boolean; onSelect: () => void; onUpdate: (shape: ShapeProps) => void; } export declare const FreehandDrawing: React.FC<FreehandDrawingProps>; export {}; //# sourceMappingURL=FreehandDrawing.d.ts.map