import { TextAreaProps } from '../../common/components/text-area/TextArea'; import { BaseInputFieldProps } from '../../common/types/input'; export interface TextAreaFieldProps extends BaseInputFieldProps, TextAreaProps { } /** * controlled * uncontrolled * * The `` component is a text area to be used in a form.
* It extends the interface of native html `