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

main.react.select.CoercedMenuPlacement.kt Maven / Gradle / Ivy

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package react.select

@JsName("""(/*union*/{ BOTTOM: 'bottom', TOP: 'top' }/*union*/)""")
external enum class CoercedMenuPlacement {
    BOTTOM,
    TOP,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy