UNPKG

@redwoodjs/sdk

Version:

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

9 lines (8 loc) 307 B
import { Plugin } from "vite"; interface TransformResult { code: string; map?: any; } export declare function transformUseClientCode(code: string, relativeId: string, isWorkerEnvironment: boolean): Promise<TransformResult | undefined>; export declare const useClientPlugin: () => Plugin; export {};