UNPKG

slate-devtools

Version:

`slate-devtools` as name suggests it is devtool for [slatejs](https://github.com/ianstormtaylor/slate) which will assist you in debugging the code

6 lines 364 B
import { Editor } from "slate"; export declare const editor_to_isNormalizing: WeakMap<Editor, boolean>; export declare const editor_to_shouldNormalize: WeakMap<Editor, boolean>; export declare const dont_update_app_operations: WeakMap<Editor, boolean>; export declare const dont_save_to_history: WeakMap<Editor, boolean>; //# sourceMappingURL=weekmap.d.ts.map