vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
11 lines • 384 B
TypeScript
import type { ResolvedBuildPages } from "../../types.js";
/**
* Logic to add page and prop files to the inputs, without extra prefix
* @param param0
* @returns
*/
export declare const pageAndPropFiles: ({ files, inputs, }: {
files: ResolvedBuildPages | undefined;
inputs: Record<string, string>;
}) => Record<string, string>;
//# sourceMappingURL=pageAndPropFiles.d.ts.map