UNPKG

@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 180 B
import type { HtmlTagDescriptor } from "vite"; export declare function parseHtmlTagsFromHtml(html: string): HtmlTagDescriptor[]; //# sourceMappingURL=parseHtmlTagsFromHtml.d.ts.map