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

x/pyro/page.ts>PageProps

A blazingly fast static-site generator to help you ship beautiful documentation in no time
Go to Latest
type alias PageProps
import { type PageProps } from "https://deno.land/x/pyro@0.6.1/page.ts";
definition: { header: JSX.Element; footer?: JSX.Element; }