feat(WEB-163): edit profile field validation
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { RegisterOptions } from "react-hook-form"
|
||||
import type { RegisterOptions, UseFormRegister } from "react-hook-form"
|
||||
|
||||
export interface InputProps
|
||||
extends React.InputHTMLAttributes<HTMLInputElement> {
|
||||
helpText?: string
|
||||
label: string
|
||||
name: string
|
||||
registerOptions?: RegisterOptions
|
||||
|
||||
Reference in New Issue
Block a user