3 lines
223 B
TypeScript
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>;
|