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

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;
§
useOutlet(context?: unknown): React.ReactElement | null
[src]

§Parameters

§
context?: unknown optional
[src]

§Return Type

§
React.ReactElement | null
[src]