UNPKG

@mobiscroll/react-lite

Version:

React UI library for progressive web and hybrid apps

7 lines (6 loc) 194 B
import { MbscFormOptions } from './forms'; import { Input } from './input'; export class TextArea extends Input { constructor(element: any, settings: MbscFormOptions); resize(): void; }