UNPKG

rwsdk

Version:

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

6 lines (5 loc) 193 B
import { Plugin } from "vite"; export declare const useClientLookupPlugin: ({ projectRootDir, clientFiles, }: { projectRootDir: string; clientFiles: Set<string>; }) => Promise<Plugin>;