rasengan
Version:
The modern React Framework
8 lines (7 loc) • 314 B
TypeScript
import { FunctionComponent } from "react";
import { AppConfig } from "../../core/config/type.js";
import { TemplateProps } from "../../routing/types.js";
export declare const renderIndexHTML: (template: FunctionComponent<TemplateProps>, options: {
rootPath: string;
config: AppConfig;
}) => Promise<void>;