Variable: EmailField¶
constEmailField:ForwardRefExoticComponent\<EmailFieldProps&RefAttributes\<HTMLInputElement>>
Defined in: src/components/form/EmailField.tsx:29
EmailField — a TextField preset for email addresses.
Sets type="email" and autoComplete="email" automatically.
Pair with EMAIL_PATTERN from emailPattern.ts in your register
call for RHF validation.