vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
6 lines • 309 B
TypeScript
import type { Manifest } from "vite";
/**
* Collects CSS file paths from a manifest by walking through imports starting from a given file
*/
export declare function collectManifestCss(manifest: Manifest, startFile: string | string[]): Record<string, string>;
//# sourceMappingURL=collectManifestCss.d.ts.map