Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 358 Bytes

File metadata and controls

18 lines (12 loc) · 358 Bytes
title useOutlet

useOutlet

Type declaration
declare function useOutlet(): React.ReactElement | null;

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