UNPKG

coersystem

Version:

Library for Angular projects

11 lines (10 loc) 245 B
export interface IGridCoerSelectBox { showInput: boolean; isDisabled?: boolean; isValid?: boolean; isInvalid?: boolean; placeholder?: string; displayProperty?: string; dataSource?: any[]; openOnFocus?: boolean; }