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

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

package react.select

import react.PropsWithChildren
import react.RefCallback
import react.dom.html.HTMLAttributes
import web.html.HTMLDivElement

external interface MenuProps : PropsWithChildren {
    /** Reference to the internal element, consumed by the MenuPlacer component */
    var innerRef: RefCallback
    var innerProps: HTMLAttributes
    var isLoading: Boolean
    var placement: CoercedMenuPlacement
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy