UNPKG

coer-elements

Version:

Library for Angular projects

13 lines (12 loc) 300 B
export interface IGridCoerNumberBox { showInput: boolean; isDisabled?: boolean; isValid?: boolean; isInvalid?: boolean; selectOnFocus?: boolean; placeholder?: string; textPosition?: 'left' | 'center' | 'right'; min?: number; max?: number; decimals?: number; }