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

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

package react.select

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

external interface MenuListProps> : PropsWithChildren {
    var maxHeight: Length

    /** Reference to the internal element, consumed by the MenuPlacer component */
    var innerRef: RefCallback
    var focusedOption: Option
    var innerProps: HTMLAttributes
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy