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.

4 lines 246 B
import type { IAppContext } from "../../app/IAppContext.js"; export declare const AppContext: import("react").Context<IAppContext | null>; export declare function useAppContext<T extends IAppContext>(): T; //# sourceMappingURL=AppContext.d.ts.map