UNPKG

bm-ng2-select

Version:

ng2-select Botmetric implementation Multi select

8 lines (7 loc) 138 B
export interface OptionsBehavior { first(): any; last(): any; prev(): any; next(): any; filter(query: RegExp): any; }