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

main.react.router.RouteObject.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.router

/**
 * A route object represents a logical route, with (optionally) its child
 * routes organized in a tree-like structure.
 */
external interface RouteObject {
    var caseSensitive: Boolean?
    var children: kotlinx.js.ReadonlyArray?
    var element: react.ReactNode?
    var index: Boolean?
    var path: String?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy