UNPKG

ng2-qgrid

Version:
13 lines (11 loc) 341 B
import { CommandManager } from '../command/command.manager'; import { Model } from '../infrastructure/model'; import { Table } from '../dom/table'; export declare function viewFactory( model: Model, table: Table, commandManager: CommandManager, gridService: any, vscroll: any, selectors: any ): (host: any) => () => void;