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

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

package react.select

import csstype.ClassName
import react.Props
import react.RefCallback
import web.html.HTMLInputElement

external interface InputSpecificProps : Props {

    /** Reference to the internal element */
    var innerRef: RefCallback?
    var isHidden: Boolean
    var isDisabled: Boolean?
    var form: String?
    var inputClassName: ClassName?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy