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
export declare function removeSsgComponentQuery(url: string): string; export declare function isSsgComponentId(id: string): boolean; export declare function createSsgComponentId(url: string): string; //# sourceMappingURL=isSsgComponentId.d.ts.map