UNPKG

ng2-qgrid

Version:
11 lines (9 loc) 249 B
import { Model } from '../../infrastructure/model'; import { ColumnModel } from '../../column-type/column.model'; export declare class ColumnView { model: ColumnModel; colspan: number; rowspan: number; columnIndex: number; rowIndex: number; }