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

3 lines 275 B
import React from "react"; export declare const useFormInputs: <T extends HTMLInputElement | HTMLTextAreaElement>(defaultValue: string) => [string, (e: React.ChangeEvent<T>) => void, React.Dispatch<React.SetStateAction<string>>]; //# sourceMappingURL=useFormInputs.d.ts.map