UNPKG

ng2-qgrid

Version:
13 lines (11 loc) 422 B
import { ColumnModel } from '../column-type/column.model'; import { Model } from '../infrastructure/model'; import { Table } from '../dom/table'; import { GridService } from '../services/grid'; import { Disposable } from '../infrastructure/disposable'; /** * > Under Construction. */ export declare class LayoutView extends Disposable { constructor(model: Model, table: Table, gridService: GridService); }