UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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