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

9 lines 283 B
import { Node } from "slate"; declare type Props = { devValue: Node[]; setDevValue: (value: Node[]) => void; type: string; }; export declare const DevSlate: ({ devValue, setDevValue, type }: Props) => JSX.Element; export {}; //# sourceMappingURL=devSlate.d.ts.map