
main.react.select.IndicatorSeparator.kt Maven / Gradle / Ivy
package react.select
import react.Props
import react.dom.html.HTMLAttributes
import web.html.HTMLSpanElement
external interface IndicatorSeparatorProps : Props {
var innerProps: HTMLAttributes?
var isFocused: Boolean
var isDisabled: Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy