Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 462 Bytes

useOutlet.md

File metadata and controls

28 lines (17 loc) · 462 Bytes
title
useOutlet

useOutlet

[MODES: framework, data, declarative]

Summary

Reference Documentation ↗

Returns the element for the child route at this level of the route hierarchy. Used internally by <Outlet> to render child routes.

Signature

useOutlet(context): undefined

Params

context

[modes: framework, data, declarative]

No documentation