@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.
8 lines • 353 B
TypeScript
import type { HtmlTagDescriptor } from "vite";
export declare function mapHtmlTagsToReactTags(tags: HtmlTagDescriptor[]): {
attrs: Record<string, any> | undefined;
tag: string;
children?: string | HtmlTagDescriptor[];
injectTo?: "head" | "body" | "head-prepend" | "body-prepend";
}[];
//# sourceMappingURL=mapHtmlTagsToReactTags.d.ts.map