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