jsMain.react.router.useNavigate.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("react-router")
@file:JsNonModule
package react.router
/**
* Returns an imperative method for changing the location. Used by s, but
* may also be used by other elements to change the location.
*
* @see https://reactrouter.com/docs/en/v6/api#usenavigate
*/
external fun useNavigate(): NavigateFunction
© 2015 - 2025 Weber Informatics LLC | Privacy Policy