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

7 lines 297 B
import React from "react"; export declare type SearchProps = { startValue?: string; onSubmit: (e: React.FormEvent<HTMLFormElement>, value: string) => boolean; }; export declare const Search: ({ startValue, onSubmit }: SearchProps) => JSX.Element; //# sourceMappingURL=search.d.ts.map