UNPKG

coersystem

Version:

Library for Angular projects

12 lines (11 loc) 287 B
export interface IListCoerTextBox { showInput: boolean; isDisabled?: boolean; isValid?: boolean; isInvalid?: boolean; selectOnFocus?: boolean; placeholder?: string; textPosition?: 'left' | 'center' | 'right'; minLength?: number; maxLength?: number; }