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 235 B
export declare type InputProps = { color: "blue" | "red" | "rose" | "gray"; children: string; }; export declare const InputSubmit: ({ color, children }: InputProps) => JSX.Element; //# sourceMappingURL=inputSubmit.d.ts.map