UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

5 lines (4 loc) 136 B
import type { Plugin } from "vite"; export declare const statePlugin: ({ projectRootDir, }: { projectRootDir: string; }) => Plugin;