Skip to content

Files

Latest commit

 

History

History
13 lines (9 loc) · 306 Bytes

use-outlet.md

File metadata and controls

13 lines (9 loc) · 306 Bytes
title
useOutlet

useOutlet

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.

import { useOutlet } from "@remix-run/react";