UNPKG

@skokenes/slate-yjs

Version:
4 lines (3 loc) 212 B
import { Editor } from 'slate'; export declare const withoutSelectionMod: (editor: Editor, cb: () => any) => void; export declare const withoutNormalizingAndSelectionMod: (editor: Editor, cb: () => any) => void;