UNPKG

ng2-qgrid

Version:
15 lines (14 loc) 428 B
import { OnInit } from '@angular/core'; import { PluginService } from '../plugin.service'; export declare class PagerTargetComponent implements OnInit { private plugin; private value; context: { $implicit: PagerTargetComponent; }; constructor(plugin: PluginService); ngOnInit(): void; keyDown(e: KeyboardEvent): void; readonly current: number; readonly total: number; }