export interface RevFormTextareaProps { modelValue?: string; disabled?: boolean; rows?: string | number; cols?: string | number; placeholder?: string; autoResize?: boolean; isInvalid?: boolean; inputClass?: string; }