Interface CSSTransformComponent

    interface CSSTransformComponent {
        is2D: boolean;
        toMatrix(): DOMMatrix;
        toString(): string;
    }
    Hierarchy

    Properties

    Methods

    Properties

    is2D: boolean

    Methods

    • Returns string