
main.react.select.IndicatorsContainerProps.kt Maven / Gradle / Ivy
package react.select
import react.Props
import react.PropsWithChildren
external interface IndicatorsContainerProps : PropsWithChildren {
var innerProps: Props?
var isDisabled: Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy