UNPKG

vite-plugin-react-server

Version:
12 lines 470 B
/** * rscToHtmlStream.client.ts * * PURPOSE: Transforms RSC stream to HTML stream on client side * * This follows the client-side pattern where the main thread runs React Client Components: * * Client-side pattern: RSC chunks → Main thread HTML conversion (main thread is the HTML worker) */ import type { RscToHtmlStreamFn } from "./types.js"; export declare const createRscToHtmlStream: RscToHtmlStreamFn; //# sourceMappingURL=rscToHtmlStream.client.d.ts.map