bunext/dist/functions/server/web-pages/generate-web-html.d.ts

3 lines
222 B
TypeScript

import type { LivePageDistGenParams } from "../../../types";
export default function genWebHTML({ component, pageProps, bundledMap, head: Head, module, meta, routeParams, debug, }: LivePageDistGenParams): Promise<string>;