vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
9 lines • 391 B
TypeScript
import type { RscRenderMessage } from "../worker/rsc/types.js";
/**
* Validates that the message is of the correct type for RSC rendering
*
* @param message - The RSC render message to validate
* @throws {Error} If the message type is not "INIT"
*/
export declare function validateRscRenderMessage(message: RscRenderMessage): void;
//# sourceMappingURL=validateRscRenderMessage.d.ts.map