UNPKG

igniteui-react-core

Version:
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(); }