Skip to main content
Module

x/nano_jsx/components/router.ts>RouteProps

🎯 SSR first, lightweight 1kB JSX library.
Latest
interface RouteProps
import { type RouteProps } from "https://deno.land/x/nano_jsx@v0.1.0/components/router.ts";

Properties

path: string
regex: { [param: string]: RegExp; }
pathname: string
params: { [param: string]: string; }