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

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

// Automatically generated - do not modify!

package web.cssom

external class CSSUnitValue(
    value: Number,
    unit: String,
) : CSSNumericValue {
    val unit: String
    var value: Double
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy