UNPKG

zustand-yjs

Version:

Zustand Stores with Yjs

5 lines (4 loc) 165 B
import * as Y from 'yjs'; import { MountFunction } from './types'; declare const useYDoc: (name: string, mount: MountFunction) => Y.Doc; export default useYDoc;