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

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

package react.select

import csstype.Rules
import react.CSSProperties

// should be CSSObject from '@emotion/react'
external interface CSSObjectWithLabel : CSSProperties, Rules {
    var label: String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy