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 211 B
import { Path } from "slate"; export declare type RenderPathProps = { path: Path; }; export declare const RenderPath: ({ path }: RenderPathProps) => JSX.Element; //# sourceMappingURL=renderPath.d.ts.map