igniteui-react-grids
Version:
Ignite UI React grid components.
15 lines (14 loc) • 419 B
TypeScript
import { CellPresenterBase } from "./CellPresenterBase";
import { FilterCell } from "./FilterCell";
import { CellModel } from "./CellModel";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class FilterCellPresenter extends CellPresenterBase {
static $t: Type;
constructor(a: FilterCell);
protected b(a: CellModel): void;
get d(): FilterCell;
private e;
}