@jetbrains/kotlin-react-dom
v16.9.0-pre.91
Published
Kotlin wrapper for React DOM library
Downloads
164
Keywords
Readme
kotlin-react-dom
Kotlin wrapper for React DOM library. Major version number of this wrapper matches that of React DOM itself.
Installation
npm i @jetbrains/kotlin-react-dom
npm run gen-idea-libs
See the Bintray page for Maven and Gradle installation instructions.
Internals
Imports.kt contains type definitions for ReactDOM. The remaining classes (ReactDOM.kt and others) provide higher-level APIs on top of that definition.