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

main.cssom.CSSGroupingRule.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package cssom

sealed external class CSSGroupingRule :
    CSSRule {
    val cssRules: CSSRuleList
    fun deleteRule(index: Int)
    fun insertRule(
        rule: String,
        index: Int = definedExternally,
    ): Number
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy