
jsMain.react.router.Navigate.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("react-router")
@file:JsNonModule
package react.router
/**
* Changes the current location.
*
* Note: This API is mostly useful in React.Component subclasses that are not
* able to use hooks. In functional components, we recommend you use the
* `useNavigate` hook instead.
*
* @see https://reactrouter.com/docs/en/v6/api#navigate
*/
external val Navigate: react.FC
© 2015 - 2025 Weber Informatics LLC | Privacy Policy