
jsMain.react.router.generatePath.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("react-router")
@file:JsNonModule
package react.router
/**
* Returns a path with params interpolated.
*
* @see https://reactrouter.com/docs/en/v6/api#generatepath
*/
external fun generatePath(
path: String,
params: Params = definedExternally,
): String
© 2015 - 2025 Weber Informatics LLC | Privacy Policy