UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

8 lines (7 loc) 333 B
import { AgAbstractInputField, IInputField } from "./agAbstractInputField"; export declare class AgInputTextArea extends AgAbstractInputField<HTMLTextAreaElement, string> { constructor(config?: IInputField); setValue(value: string, silent?: boolean): this; setCols(cols: number): this; setRows(rows: number): this; }