Variable CSSMatrixComponent

    CSSMatrixComponent: {
        prototype: CSSMatrixComponent;
        new (
            matrix: DOMMatrixReadOnly,
            options?: CSSMatrixComponentOptions,
        ): CSSMatrixComponent;
    }

    Type declaration