UNPKG

@redwoodjs/sdk

Version:

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

10 lines (9 loc) 329 B
import { Plugin } from "vite"; export declare const findFilesContainingUseClient: ({ rootDir, containingPath, }: { rootDir: string; containingPath: string; }) => Promise<string[]>; export declare const useClientLookupPlugin: ({ rootDir, containingPath, }: { rootDir: string; containingPath: string; }) => Plugin;