Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
interface Router.RouteProps
import { type Router } from "https://deno.land/x/nano_jsx@v0.0.36/components/index.ts";
const { RouteProps } = Router;

Properties

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