UNPKG

@skokenes/slate-yjs

Version:
5 lines (4 loc) 329 B
import { SyncElement, SyncNode, SharedType } from './model'; import { toSharedType, toSlateDoc } from './utils'; import { CursorEditor, useCursors, withCursor, withYjs, YjsEditor } from './plugin'; export { SharedType, CursorEditor, SyncElement, SyncNode, useCursors, withCursor, withYjs, YjsEditor, toSharedType, toSlateDoc, };