All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.react.router.RouterProps.kt Maven / Gradle / Ivy

There is a newer version: 6.3.0-pre.506-compat
Show newest version
// 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