UNPKG

ng2-qgrid

Version:
6 lines (5 loc) 185 B
import { Model } from '../../core/infrastructure/model'; import { Table } from '../../core/dom/table'; export declare class PagerView { constructor(model: Model, table: Table); }