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