import type { RegisterOptions } from 'react-hook-form' export interface TextAreaProps extends React.InputHTMLAttributes { helpText?: string label: string name: string registerOptions?: RegisterOptions }