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

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

// Automatically generated - do not modify!

package react.dom.aria

@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""(/*union*/{none: 'none', inline: 'inline', list: 'list', both: 'both'}/*union*/)""")
external enum class AriaAutoComplete {
    none,
    inline,
    list,
    both,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy