useOutlet
Returns the element for the child route at this level of the route hierarchy. Used internally by to render child routes.
function useOutlet(context?: unknown): React.ReactElement | null;
Returns the element for the child route at this level of the route hierarchy. Used internally by to render child routes.