UNPKG

ng2-qgrid

Version:
9 lines (8 loc) 317 B
import { ColumnModel } from 'ng2-qgrid/core/column-type/column.model'; import { CellService } from '../../main/core/cell/cell.service'; export declare class ColumnFilterItemListDirective { cellService: CellService; column: ColumnModel; search: string; constructor(cellService: CellService); }