UNPKG

vite-plugin-react-server

Version:
7 lines 353 B
import type { CreateReactWorkerServerFn } from "./types.js"; /** * Creates a React Worker Server that configures worker-based rendering * Sets up middleware, HMR, and worker management like react-client/plugin.client.ts */ export declare const configureReactServer: CreateReactWorkerServerFn; //# sourceMappingURL=configureReactServer.client.d.ts.map