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

6 lines 270 B
import { Operation } from "slate"; export declare type RenderDetailedOperationProps = { op: Operation; }; export declare const RenderDetailedOperation: ({ op, }: RenderDetailedOperationProps) => JSX.Element; //# sourceMappingURL=renderDetailedOperation.d.ts.map