Module

x/fresh/src/server/mod.ts>PageProps

The next-gen web framework.
Extremely Popular
Go to Latest
type alias PageProps
import { type PageProps } from "https://dotland.deno.dev/x/fresh@1.6.7/src/server/mod.ts";

Type Parameters

optional
T = any
optional
S = Record<string, unknown>
definition: Omit<FreshContext<S, T>, "render" | "next" | "renderNotFound">