vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
9 lines • 400 B
TypeScript
export declare const absoluteURL: (path: string) => string;
export declare const baseURL: (path: string) => string;
export declare const pageURL: (to: string, fileName?: string) => {
indexRSC: string;
moduleBaseURL: string;
};
export declare const rootIndexRSC: string, moduleBaseURL: string;
export declare const BASE_URL: string, PUBLIC_ORIGIN: string;
//# sourceMappingURL=envUrls.d.ts.map