UNPKG

ng-next-select

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