UNPKG

user-auth-pkg

Version:

A **highly customizable** and **reusable login form component** built with **React Hook Form**, **Yup**, and **Material UI**, supporting **image uploads**, **file inputs**, **CAPTCHA validation**, and flexible UI overrides.

8 lines (7 loc) 235 B
import * as yup from 'yup'; import { FieldConfig } from './LoginForm'; export declare const buildValidationSchema: (config: FieldConfig[]) => yup.ObjectSchema<{ [x: string]: never; }, yup.AnyObject, { [x: string]: any; }, "">;