import type { RegisterOptions } from "react-hook-form" export interface InputProps extends React.InputHTMLAttributes { helpText?: string label: string name: string registerOptions?: RegisterOptions hideError?: boolean }