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

3 lines 188 B
import { DevtoolsEditor } from "../plugins/withDevtools"; export declare const isDevtoolsEditor: (editor: any) => editor is DevtoolsEditor; //# sourceMappingURL=isDevtoolsEditor.d.ts.map