UNPKG

react-formal

Version:

Classy HTML form management for React

6 lines (5 loc) 174 B
/** * Returns the current form value and onChange handler for the Form */ declare function useForm(): readonly [any, (nextFormValue: any) => void]; export default useForm;