UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 231 B
import { Transform } from "./Transform"; import { Matrix } from "./Matrix"; import { Type } from "./type"; /** * @hidden */ export declare class MatrixTransform extends Transform { static $t: Type; j: Matrix; }