UNPKG

@vitejs/plugin-rsc

Version:
14 lines (12 loc) 353 B
import { ReactFormState } from "react-dom/client"; //#region src/extra/ssr.d.ts /** * @deprecated Use `@vitejs/plugin-rsc/ssr` API instead. */ declare function renderHtml(rscStream: ReadableStream<Uint8Array>, options?: { formState?: ReactFormState; nonce?: string; debugNoJs?: boolean; }): Promise<Response>; //#endregion export { renderHtml };