UNPKG

coer-elements

Version:

Library for Angular projects

7 lines (6 loc) 168 B
export interface IGridCoerSwitch { showInput: boolean; isDisabled?: boolean; tooltip?: string; tooltipPosition?: 'top' | 'right' | 'bottom' | 'left'; }