UNPKG

ng2-qgrid

Version:
15 lines (12 loc) 312 B
import { Command } from '../command/command'; import { Model } from '../infrastructure/model'; import { Table } from '../dom/table'; /** * > Under Construction. */ export declare class HighlightView { constructor(model: Model, table: Table); column: Command; row: Command; cell: Command; }