Skip to content

Files

Latest commit

 

History

History
 
 

kotlin-react-dom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Maven Central

kotlin-react-dom

Kotlin wrapper for React DOM library. Major version number of this wrapper matches that of React DOM itself.

Maven

<project>
    <dependency>
        <groupId>org.jetbrains.kotlin-wrappers</groupId>
        <artifactId>kotlin-react-dom</artifactId>
        <version>VERSION</version>
    </dependency>
</project>

Gradle

repositories {
    mavenCentral()
}

implementation("org.jetbrains.kotlin-wrappers:kotlin-react-dom:VERSION")

Internals

Declarations in src/main/generated are generated by react-types-kotlin. Manual changes are prohibited.