
main.react.select.FormatOptionLabelContext.kt Maven / Gradle / Ivy
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package react.select
@JsName("""(/*union*/{ MENU: 'menu', VALUE: 'value' }/*union*/)""")
external enum class FormatOptionLabelContext {
MENU,
VALUE,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy