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

main.react.router.dom.HistoryRouter.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:JsModule("react-router-dom")
@file:JsNonModule

package react.router.dom

/**
 * A `` that accepts a pre-instantiated history object. It's important
 * to note that using your own history object is highly discouraged and may add
 * two versions of the history library to your bundles unless you use the same
 * version of the history library that React Router uses internally.
 */
@JsName("unstable_HistoryRouter")
external val HistoryRouter: react.FC




© 2015 - 2024 Weber Informatics LLC | Privacy Policy