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

9 lines 276 B
import React from "react"; declare type LayoutProps = { children: React.ReactNode; show: "yes" | "no"; height: string; }; export declare const Layout: ({ children, show, height }: LayoutProps) => JSX.Element; export {}; //# sourceMappingURL=layout.d.ts.map