jsMain.react.router.RouterProps.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-react-router-dom-legacy-js
Show all versions of kotlin-react-router-dom-legacy-js
Kotlin wrapper for React Router DOM library
// Automatically generated - do not modify!
package react.router
external interface RouterProps : react.PropsWithChildren {
var basename: String?
override var children: react.ReactNode?
var location: history.Location
var navigationType: NavigationType?
var navigator: Navigator
var static: Boolean?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy