UNPKG

ng2-qgrid

Version:
12 lines (9 loc) 214 B
import { Model } from '../infrastructure/model'; /** * > Under Construction. */ export declare class PaginationView { constructor(model: Model); readonly current: number; readonly size: number; }