UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

14 lines (13 loc) 394 B
import { CellModelExport } from "./CellModelExport"; import { StringBuilder } from "igniteui-webcomponents-core"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class TextCellModelExport extends CellModelExport { static $t: Type; af: string; ae: string; protected get_ac(): string; protected ad(a: StringBuilder): void; }