UNPKG

@ng2select/combo

Version:

<!-- Title: ng2select Description: Angular 2 bootstrap select directive module Author: ng2select -->

13 lines (12 loc) 369 B
import { QueryList } from '@angular/core'; import { IxOptionComponent, NgModelInput } from '../core'; export declare class ComboSelect extends NgModelInput { options: QueryList<IxOptionComponent>; _title: string; builder: any; inputTitle: string; open: boolean; title: string; constructor(); toggle(newVal: boolean): void; }