Variable CSSTranslate

    CSSTranslate: {
        prototype: CSSTranslate;
        new (
            x: CSSNumericValue,
            y: CSSNumericValue,
            z?: CSSNumericValue,
        ): CSSTranslate;
    }

    Type declaration