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

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

// Automatically generated - do not modify!

@file:JsModule("react-router")
@file:JsNonModule

package react.router

/**
 * Creates a route config from a React "children" object, which is usually
 * either a `` element or an array of them. Used internally by
 * `` to create a route config from its children.
 *
 * @see https://reactrouter.com/docs/en/v6/api#createroutesfromchildren
 */
external fun createRoutesFromChildren(
    children: react.ReactNode,
): kotlinx.js.ReadonlyArray




© 2015 - 2024 Weber Informatics LLC | Privacy Policy