igniteui-react-grids
Version:
Ignite UI React grid components.
18 lines (17 loc) • 507 B
TypeScript
import { TemplateCellModel } from "./TemplateCellModel";
import { Type } from "igniteui-react-core";
import { CellModelExport } from "./CellModelExport";
/**
* @hidden
*/
export declare class TemplateHeaderCellModel extends TemplateCellModel {
static $t: Type;
static readonly ml: number;
private mj;
get mk(): boolean;
set mk(a: boolean);
k9(a: string, b: any): void;
kl(a: string): Type;
hl(a: string): any;
b(a: CellModelExport): CellModelExport;
}