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