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.

6 lines (5 loc) 194 B
export declare function useHiddenErr(): { hiddenErr: import("react").RefObject<Set<string>>; updateHiddenError: (name: string, value?: any) => void; clearHiddenError: () => void; };