Variable CSSRotate

    CSSRotate: {
        prototype: CSSRotate;
        new (angle: CSSNumericValue): CSSRotate;
        new (x: CSSNumberish, y: CSSNumberish, z: CSSNumberish, angle: CSSNumericValue): CSSRotate;
    }