vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
15 lines • 597 B
TypeScript
import type { VitePluginFn } from "../types.js";
/**
* Main entry for `react-client` behavior. This plugin is imported when the plugin is imported from the main
* entrypoint and the condition is not `react-server`.
*
* This plugin is responsible for:
* Dev mode under non-react-server conditions:
* - Disabled, user react-server/plugin.client.ts instead
* Build mode under non-react-server conditions:
* - Configure the config for the client boundary build
* @param options
* @returns
*/
export declare const reactClientPlugin: VitePluginFn;
//# sourceMappingURL=plugin.client.d.ts.map