UNPKG

ng2-qgrid

Version:
19 lines (15 loc) 384 B
import { Monitor } from './style.monitor'; import { Model } from '../infrastructure/model'; import { Table } from '../dom/table'; /** * > Under Construction. */ export declare class StyleView { constructor(model: Model, table: Table); monitor: { row: Monitor; cell: Monitor; }; invalidate(domRow: any, domCell: any): void; needInvalidate(): boolean; }