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

main.react.dom.html.InputMode.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.html

@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""(/*union*/{none: 'none', text: 'text', tel: 'tel', url: 'url', email: 'email', numeric: 'numeric', decimal: 'decimal', search: 'search'}/*union*/)""")
external enum class InputMode {
    none,
    text,
    tel,
    url,
    email,
    numeric,
    decimal,
    search,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy