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) 194 B
type StringClass = string; type ObjectClass = { [name: string]: boolean; }; export declare const classnames: (...classnames: (StringClass | ObjectClass | undefined)[]) => string; export {};