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

jsMain.react.dom.html.TableRules.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
    "NESTED_CLASS_IN_EXTERNAL_INTERFACE",
)

package react.dom.html

// language=JavaScript
@JsName("""(/*union*/{none: 'none', groups: 'groups', rows: 'rows', columns: 'columns', all: 'all'}/*union*/)""")
sealed external interface TableRules {
    companion object {
        val none: TableRules
        val groups: TableRules
        val rows: TableRules
        val columns: TableRules
        val all: TableRules
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy