UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

44 lines (43 loc) 1.15 kB
import { Base, Type } from "igniteui-react-core"; import { BrushAppearanceData } from "igniteui-react-core"; import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment"; import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment"; import { ColumnSortDirection } from "./ColumnSortDirection"; import { StringBuilder } from "igniteui-react-core"; /** * @hidden */ export declare class CellModelExport extends Base { static $t: Type; r: number; s: number; n: number; o: number; k: number; q: number; m: number; h: number; l: number; i: number; a: BrushAppearanceData; b: BrushAppearanceData; d: CellContentHorizontalAlignment; e: CellContentVerticalAlignment; aa: string; c: BrushAppearanceData; w: string; x: string; y: string; j: number; u: string; v: string; p: number; f: ColumnSortDirection; t: number; g: boolean; ab(): string; protected get_ac(): string; protected get ac(): string; z: string; protected ad(a: StringBuilder): void; }