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

jsMain.react.dom.aria.AriaInvalid.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', grammar: 'grammar', spelling: 'spelling'}/*union*/)""")
sealed external interface AriaInvalid {
    companion object {
        val `false`: AriaInvalid
        val `true`: AriaInvalid
        val grammar: AriaInvalid
        val spelling: AriaInvalid
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy