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 173 B
import { type PluginOption } from "vite"; export declare const clientBundlePlugin: (renderTimeout?: number) => PluginOption; //# sourceMappingURL=clientBundlePlugin.d.ts.map