jsMain.react.router.useParams.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("react-router")
@file:JsNonModule
package react.router
/**
* Returns an object of key/value pairs of the dynamic params from the current
* URL that were matched by the route path.
*
* @see https://reactrouter.com/docs/en/v6/api#useparams
*/
external fun useParams(): Params
© 2015 - 2025 Weber Informatics LLC | Privacy Policy