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

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

// Automatically generated - do not modify!

package web.cssom

external class CSSRotate(
    angle: CSSNumericValue,
) : CSSTransformComponent {
    constructor(
        x: CSSNumberish,
        y: CSSNumberish,
        z: CSSNumberish,
        angle: CSSNumericValue,
    )

    var angle: CSSNumericValue
    var x: CSSNumberish
    var y: CSSNumberish
    var z: CSSNumberish
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy