@skokenes/slate-yjs
Version:
Yjs bindings for Slate.
5 lines (4 loc) • 329 B
TypeScript
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, };