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

12 lines 284 B
/** * TODO: * * [ ] Have better feedback when JSON.parse throws error */ declare type Props = { keys: string; value: string; }; export declare const SingleProperty: ({ keys, value }: Props) => JSX.Element; export {}; //# sourceMappingURL=singleProperty.d.ts.map