UNPKG

ng2-qgrid

Version:
11 lines (8 loc) 288 B
import { Model } from '../infrastructure/model'; export declare class SelectionService { constructor(model: Model); lookup(items: object[], unit?: string): any[]; map(entries: any[]): any[]; keyFactory<K>(unit: string): (any) => K; hashFactory(): (key: string) => any; }