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