Skip to main content
Module

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

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

type

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