UNPKG

easy-form-handler

Version:

A powerful, lightweight React form handling library with built-in validation, customizable styling, and intuitive components.

3 lines (2 loc) 150 B
declare function validate(data: Record<any, any>, error: (val: any) => void, rule: Record<string, any>): Record<string, string>; export { validate };