Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias DocumentProps
import { type DocumentProps } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/preact.server.ts";
definition: { head: preact.VNode[]; descriptor: string; loaderContext: frugal.LoaderContext; dangerouslySetInnerHTML: { __html: string; }; }