import { InputTexts } from "@helpers/types"; import type { TextareaHTMLAttributes } from "react"; export interface TextareaProps extends InputTexts, TextareaHTMLAttributes { id: string; areaClassName?: string; }