useOutlet
返回此路由层次结构级别下的子路由元素。此钩子由 <Outlet> 在内部用于渲染子路由。
<Outlet>
¥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";