All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.cssom.CSSScale.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.cssom

external class CSSScale(
    x: CSSNumberish,
    y: CSSNumberish,
    z: CSSNumberish = definedExternally,
) : CSSTransformComponent {
    var x: CSSNumberish
    var y: CSSNumberish
    var z: CSSNumberish
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy