UNPKG

react-bulk-form

Version:

A simple React library for managing form-related states in bulk.

3 lines 273 B
import type { FormValues, FormRuleKey, UseFormOptions, UseFormReturn } from '../types/common'; export declare function useForm<V extends FormValues<V>, R extends FormRuleKey = never>(options: UseFormOptions<V, R>): UseFormReturn<V, R>; //# sourceMappingURL=useForm.d.ts.map