vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
8 lines • 411 B
TypeScript
import type { Logger } from "vite";
import type { ServerResponse } from "node:http";
import type { PassThrough } from "node:stream";
/**
* Server version of cleanupServerAction - no-op since no workers in server mode
*/
export declare const cleanupServerAction: (passThrough: PassThrough, res: ServerResponse, error?: unknown, logger?: Logger) => void;
//# sourceMappingURL=cleanupServerAction.server.d.ts.map