jsMain.react.router.useOutlet.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("react-router")
@file:JsNonModule
package react.router
/**
* Returns the element for the child route at this level of the route
* hierarchy. Used internally by to render child routes.
*
* @see https://reactrouter.com/docs/en/v6/api#useoutlet
*/
external fun useOutlet(
context: Any = definedExternally,
): react.ReactElement<*>?
© 2015 - 2025 Weber Informatics LLC | Privacy Policy