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 237 B
import React from "react"; declare type Props = { children: React.ReactNode; width: string; }; export declare const Resizable: ({ children, width }: Props) => JSX.Element; export {}; //# sourceMappingURL=resizable.d.ts.map