
jsMain.web.cssom.CSSMatrixComponent.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.cssom
import web.geometry.DOMMatrix
import web.geometry.DOMMatrixReadOnly
external class CSSMatrixComponent(
matrix: DOMMatrixReadOnly,
options: CSSMatrixComponentOptions = definedExternally,
) : CSSTransformComponent {
var matrix: DOMMatrix
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy