Module

x/nano_jsx/components/router.ts>Route

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
variable Route
import { Route } from "https://dotland.deno.dev/x/nano_jsx@v0.0.33/components/router.ts";

type

FC<{ path: string; exact?: boolean; regex?: { [param: string]: RegExp; }; children?: any; }>