UNPKG

air-lib

Version:

This is Air's angular component library

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