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

3 lines
217 B
TypeScript

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