UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

15 lines (14 loc) 427 B
import { CellPresenterBase } from "./CellPresenterBase"; import { FilterCell } from "./FilterCell"; import { CellModel } from "./CellModel"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class FilterCellPresenter extends CellPresenterBase { static $t: Type; constructor(a: FilterCell); protected b(a: CellModel): void; get d(): FilterCell; private e; }