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

main.react.PropsWithClassName.kt Maven / Gradle / Ivy

package react

import csstype.ClassName

external interface PropsWithClassName : Props {
    var className: ClassName?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy