Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

useOutletContext

Returns 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]