jsMain.react.router.Router.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("react-router")
@file:JsNonModule
package react.router
/**
* Provides location context for the rest of the app.
*
* Note: You usually won't render a directly. Instead, you'll render a
* router that is more specific to your environment such as a
* in web browsers or a for server rendering.
*
* @see https://reactrouter.com/docs/en/v6/api#router
*/
external val Router: react.FC
© 2015 - 2025 Weber Informatics LLC | Privacy Policy