igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
14 lines (13 loc) • 622 B
TypeScript
import { IgcSectionHeaderCellInfo } from "./igc-section-header-cell-info";
import { TemplateSectionHeaderCellModel as TemplateSectionHeaderCellModel_internal } from "./TemplateSectionHeaderCellModel";
/**
* Backing information for a template section header cell in the grid.
*/
export declare class IgcTemplateSectionHeaderCellInfo extends IgcSectionHeaderCellInfo {
protected createImplementation(): TemplateSectionHeaderCellModel_internal;
/**
* @hidden
*/
get i(): TemplateSectionHeaderCellModel_internal;
constructor();
}