UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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