feat(crdt): Create index.ts export file

This commit is contained in:
2026-06-22 07:21:10 +00:00
parent 967a855aea
commit e22ca145b3
+4
View File
@@ -0,0 +1,4 @@
export { YjsDocument } from './YjsDocument';
export { WebSocketProvider } from './WebSocketProvider';
export { useYjsBinding } from './useYjsBinding';
export { AwarenessManager } from './AwarenessManager';