UNPKG

rsbuild-plugin-react-router

Version:
7 lines (6 loc) 361 B
import type { PluginOptions } from './types.js'; export declare const guardReactRouterLazyCompilation: ({ lazyCompilation, entryClientPath, prewarmReactRouterModules, }: { lazyCompilation: PluginOptions["lazyCompilation"] | undefined; entryClientPath: string; prewarmReactRouterModules?: boolean; }) => PluginOptions["lazyCompilation"] | undefined;