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