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