UNPKG

ng2-qgrid

Version:
14 lines (11 loc) 355 B
import { Command } from '../command/command'; import { Model } from '../infrastructure/model'; import { Table } from '../dom/table'; /** * > Under Construction. */ export declare class NavigationView { constructor(model: Model, table: Table, shortcut: { register: (commands: Command[]) => void }); focus: Command; scrollTo: Command; }