UNPKG

react-bulk-form

Version:

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

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