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