@wroud/vite-plugin-ssg
Version:
A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO.
3 lines • 372 B
TypeScript
import type { HtmlTagDescriptor, IndexHtmlTransformContext, IndexHtmlTransformHook } from "vite";
export declare function resolveHtmlTags(html: string, ctx: IndexHtmlTransformContext, preHooks: IndexHtmlTransformHook[], normalHooks: IndexHtmlTransformHook[], postHooks: IndexHtmlTransformHook[]): Promise<HtmlTagDescriptor[]>;
//# sourceMappingURL=resolveHtmlTags.d.ts.map