UNPKG

ng-prime-tools

Version:

An advanced PrimeNG table for Angular

11 lines 323 B
import { FormField } from './form-field.model'; export interface FormTextField extends FormField { minLength?: number; maxLength?: number; iconClass?: string; iconPosition?: 'left' | 'right'; width?: string; height?: string; margin?: string; } //# sourceMappingURL=form-text-field.model.d.ts.map