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

RoutesProps

interface RoutesProps {
children?: React.ReactNode;
location?: Partial<Location> | string;
}

§Properties

§
children?: React.ReactNode
[src]
§
location?: Partial<Location> | string
[src]