UNPKG

@ngenux/ngage-whiteboarding

Version:

A collaborative whiteboard React component with real-time synchronization

9 lines 251 B
import React from 'react'; export interface WhiteboardProps { roomId: string; isAdmin?: boolean; allowedUsers?: string[]; userId: string; } export declare const Whiteboard: React.FC<WhiteboardProps>; //# sourceMappingURL=index.d.ts.map