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

11 lines 393 B
import { Node } from "slate"; import { ReactEditor } from "slate-react"; import { DevtoolsEditor } from "../plugins/withDevtools"; declare type Props = { editor: ReactEditor & DevtoolsEditor; value: Node[]; devValue: Node[]; }; export declare const UpdateButtons: ({ editor, value, devValue }: Props) => JSX.Element; export {}; //# sourceMappingURL=updateButtons.d.ts.map