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

jsMain.react.dom.aria.AriaCurrent.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*/{false: 'false', true: 'true', page: 'page', step: 'step', location: 'location', date: 'date', time: 'time'}/*union*/)""")
sealed external interface AriaCurrent {
    companion object {
        val `false`: AriaCurrent
        val `true`: AriaCurrent
        val page: AriaCurrent
        val step: AriaCurrent
        val location: AriaCurrent
        val date: AriaCurrent
        val time: AriaCurrent
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy