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