UNPKG

rc-simple-hook-form

Version:

`useForm` is a powerful and flexible React hook for managing form state, validation, and interactions. It provides a comprehensive solution for handling form inputs with advanced features like state management, validation, and form-level controls.

7 lines (6 loc) 175 B
export declare class HiddenError { static instance: HiddenError | null; error: Record<string, any>; constructor(); setError(err: Record<string, any>): void; }