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

8 lines 245 B
import { Operation } from "slate"; declare type Props = { op: Operation; to: [number, number]; }; export declare const RenderOperations: ({ op, to }: Props) => JSX.Element; export {}; //# sourceMappingURL=renderOperations.d.ts.map