Module

x/nano_jsx/components/index.ts>Router.Route

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

type

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