UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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