UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 247 B
import { List$1 } from "./List$1"; import { Transform } from "./Transform"; import { Type } from "./type"; /** * @hidden */ export declare class TransformCollection extends List$1<Transform> { static $t: Type; constructor(); }