bunext/dist/functions/server/web-pages/generate-web-html.d.ts
2026-04-09 07:47:38 +01:00

3 lines
223 B
TypeScript

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