UNPKG

ng-select

Version:
6 lines (5 loc) 91 B
export interface IOption { value: string; label: string; disabled?: boolean; }