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

x/deco/deps.ts>PageProps

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
type alias PageProps
import { type PageProps } from "https://deno.land/x/deco@1.75.1/deps.ts";

Type Parameters

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