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