UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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