ubiquitous-invention/apps/web/components/whiteboard/index.ts

8 lines
260 B
TypeScript
Raw Permalink Normal View History

export { WhiteboardCanvas, type WhiteboardCanvasProps } from "./canvas";
export { WhiteboardToolbar, type WhiteboardToolbarProps } from "./toolbar";
export {
syncTldrawStoreWithYjs,
TLDRAW_Y_TEXT_KEY,
type SyncTldrawWithYjsOptions,
} from "./yjs-store";