UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 289 B
import { Transform } from "./Transform"; import { TransformCollection } from "./TransformCollection"; import { Type } from "./type"; /** * @hidden */ export declare class TransformGroup extends Transform { static $t: Type; j: TransformCollection; constructor(); }