Skip to main content
Module

x/dext/mod.ts>PageProps

The Preact Framework for Deno
Latest
interface PageProps
import { type PageProps } from "https://deno.land/x/dext@0.10.5/mod.ts";

Type Parameters

optional
T = unknown

Properties

optional
route: Record<string, string | string[]>
data: T