UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 421 B
import { Type } from "./type"; import { TypeDescriptionPlatform } from "./TypeDescriptionPlatform"; import { DescriptionTreeAction } from "./DescriptionTreeAction"; /** * @hidden */ export interface ITypeDescriptionPropertyTransforms { transform(a: TypeDescriptionPlatform, b: any, c: DescriptionTreeAction): any; } /** * @hidden */ export declare let ITypeDescriptionPropertyTransforms_$type: Type;