UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

13 lines (12 loc) 374 B
import { TemplateSectionHeaderCellModel } from "./TemplateSectionHeaderCellModel"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface IExternalTemplateSectionHeader { raiseCreateOrUpdate(a: TemplateSectionHeaderCellModel, b: any): void; } /** * @hidden */ export declare let IExternalTemplateSectionHeader_$type: Type;