
main.react.select.ContainerProps.kt Maven / Gradle / Ivy
package react.select
import dom.html.HTMLDivElement
import react.PropsWithChildren
import react.PropsWithClassName
import react.dom.html.HTMLAttributes
external interface ContainerProps : PropsWithChildren, PropsWithClassName {
var innerProps: HTMLAttributes
var isFocused: Boolean
var isDisabled: Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy