UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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