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

main.react.dom.aria.AriaInvalid.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.aria

@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""(/*union*/{false: 'false', true: 'true', grammar: 'grammar', spelling: 'spelling'}/*union*/)""")
external enum class AriaInvalid {
    `false`,
    `true`,
    grammar,
    spelling,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy