jsMain.react.router.dom.HashRouter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-react-router-dom-legacy-js
Show all versions of kotlin-react-router-dom-legacy-js
Kotlin wrapper for React Router DOM library
// Automatically generated - do not modify!
@file:JsModule("react-router-dom")
@file:JsNonModule
package react.router.dom
/**
* A `` for use in web browsers. Stores the location in the hash
* portion of the URL so it is not sent to the server.
*/
external val HashRouter: react.FC
© 2015 - 2025 Weber Informatics LLC | Privacy Policy