UNPKG

@skokenes/slate-yjs

Version:
9 lines (8 loc) 221 B
import { Editor } from 'slate'; import * as Y from 'yjs'; /** * Applies a Yjs map event to a Slate editor. * * @param event */ export default function applyMapEvent(editor: Editor, event: Y.YMapEvent<unknown>): void;