UNPKG

vite-plugin-react-server

Version:
6 lines 253 B
import type { Manifest } from "vite"; export interface RscManifest { clientComponents: Record<string, string>; } export declare function resolveManifestEntry(id: string, manifest: Manifest): string | undefined; //# sourceMappingURL=manifest.d.ts.map