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

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

package react.select

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

external interface MenuPortalProps : PropsWithChildren {
    var appendTo: HTMLElement?
    var controlElement: HTMLDivElement?
    var innerProps: HTMLAttributes
    var menuPlacement: MenuPlacement?
    var menuPosition: MenuPosition?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy