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.

6 lines 266 B
import { type ForwardedRef, type HtmlHTMLAttributes } from "react"; export interface HtmlProps extends HtmlHTMLAttributes<HTMLHtmlElement> { ref?: ForwardedRef<HTMLHtmlElement>; } export declare const Html: React.FC<HtmlProps>; //# sourceMappingURL=Html.d.ts.map