jsMain.react.router.NavigateProps.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package react.router
external interface NavigateProps : react.Props {
var to: history.To
var replace: Boolean?
var state: history.LocationState?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy