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 196 B
import type { IndexComponentProps } from "../IndexComponent.js"; export declare const SSGContext: import("react").Context<IndexComponentProps | undefined>; //# sourceMappingURL=SSGContext.d.ts.map