import * as React from "react"; export interface TextAreaProps extends React.TextareaHTMLAttributes { mode?: "primary" | "transparent"; hasError?: boolean; className?: string; } // Updates the height of a