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

10 lines 274 B
import { Editor } from "slate"; declare type Props = { module: { [index: string]: unknown; }; editor: Editor; }; export declare const ScriptEditor: ({ module, editor }: Props) => JSX.Element; export {}; //# sourceMappingURL=scriptEditor.d.ts.map