type alias DocumentPropsimport { type DocumentProps } from "https://deno.land/x/frugal@0.9.0/runtime/preact.server.ts"; definition: { head: preact.VNode[]; descriptor: string; assets: descriptor.Assets; dangerouslySetInnerHTML: { __html: string; }; }