import classNames from "classnames"; import * as React from "react"; import * as Classes from "../../common/classes"; import { DISPLAYNAME_PREFIX, IIntentProps, IProps } from "../../common/props"; export interface ITextAreaProps extends IIntentProps, IProps, React.TextareaHTMLAttributes { /** * Whether the text area should take up the full width of its container. */ fill?: boolean; /** * Whether the text area should appear with large styling. */ large?: boolean; /** * Ref handler that receives HTML `