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

5 lines 232 B
import { RenderElementProps, RenderLeafProps } from "slate-react"; export declare const RenderNode: (props: (RenderElementProps | RenderLeafProps) & { type: string; }) => JSX.Element; //# sourceMappingURL=renderNode.d.ts.map