UNPKG

@mokmaard/dar-component-object

Version:
18 lines 533 B
import { Field } from "./Field"; export declare class TextField extends Field<string> { maxLength: number; minLength: number; isTextArea: boolean; rows: number; values: string[]; constructor(); setIsTextArea(isTextArea: boolean): this; getIsTextArea(): boolean; setRows(rows: number): this; getRows(): number; setMaxLength(maxLength: number): this; setMinLength(minLength: number): this; getMaxLength(): number; getMinLength(): number; } //# sourceMappingURL=TextField.d.ts.map