igniteui-react-grids
Version:
Ignite UI React grid components.
16 lines (15 loc) • 477 B
TypeScript
import { CellPresenterBase } from "./CellPresenterBase";
import { DateTimeCell } from "./DateTimeCell";
import { GridCellBase } from "./GridCellBase";
import { CellModel } from "./CellModel";
import { Type } from "igniteui-react-core";
/**
* @hidden
*/
export declare class DateTimeCellPresenter extends CellPresenterBase {
static $t: Type;
get d(): DateTimeCell;
constructor(a: GridCellBase);
protected b(a: CellModel): void;
private e;
}