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

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

// Automatically generated - do not modify!

package web.cssom

sealed external class CSSPropertyRule :
    CSSRule {
    val inherits: Boolean
    val initialValue: String?
    val name: String
    val syntax: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy