UNPKG

ng2-qgrid

Version:
15 lines (14 loc) 506 B
import { OnInit, SimpleChanges, OnChanges } from '@angular/core'; import { PagerView } from 'ng2-qgrid/plugin/pager/pager.view'; import { PluginService } from '../plugin.service'; export declare class PagerComponent implements OnInit, OnChanges { private plugin; paginationSize: number; paginationSizeList: number[]; context: { $implicit: PagerView; }; constructor(plugin: PluginService); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; }