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

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

package react.select

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

external interface SingleValueProps> : PropsWithChildren {
    var data: Option
    var innerProps: HTMLAttributes?
    var isDisabled: Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy