UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

24 lines (23 loc) 734 B
import { CellModelExport } from "./CellModelExport"; import { DataSourceSchemaPropertyType } from "igniteui-react-core"; import { ColumnComparisonConditionOperatorType } from "./ColumnComparisonConditionOperatorType"; import { Type } from "igniteui-react-core"; import { StringBuilder } from "igniteui-react-core"; /** * @hidden */ export declare class FilterCellModelExport extends CellModelExport { static $t: Type; af: DataSourceSchemaPropertyType; ag: boolean; ae: ColumnComparisonConditionOperatorType; an: any; am: number; al: number; ak: number; aj: number; ai: number; ah: number; protected get_ac(): string; protected ad(a: StringBuilder): void; }