UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

15 lines (14 loc) 453 B
import { CellPresenterBase } from "./CellPresenterBase"; import { TextCell } from "./TextCell"; import { GridCellBase } from "./GridCellBase"; import { CellModel } from "./CellModel"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class TextCellPresenter extends CellPresenterBase { static $t: Type; constructor(a: GridCellBase); get d(): TextCell; protected b(a: CellModel): void; }