import { Field } from '../../../types/formAndField'; export type TextAreaProps = Field & { className?: string; height?: string; };