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