UNPKG

vite-plugin-react-server

Version:
6 lines 309 B
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