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

jsMain.react.dom.aria.AriaSort.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

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

package react.dom.aria

// language=JavaScript
@JsName("""(/*union*/{none: 'none', ascending: 'ascending', descending: 'descending', other: 'other'}/*union*/)""")
sealed external interface AriaSort {
    companion object {
        val none: AriaSort
        val ascending: AriaSort
        val descending: AriaSort
        val other: AriaSort
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy