useOutletContextReturns the context (if provided) for the child route at this level of the route hierarchy. function useOutletContext<Context = unknown>(): Context;§useOutletContext<Context = unknown>(): Context[src]§Type Parameters§Context = unknown[src]§Return Type§Context[src]