UNPKG

rsbuild-plugin-react-router

Version:
9 lines (8 loc) 604 B
export declare function combineURLs(baseURL: string, relativeURL: string): string; export declare function normalizeAssetPrefix(assetPrefix?: string): string; export declare function stripFileExtension(file: string): string; export declare function createRouteId(file: string): string; export declare function findEntryFile(basePath: string): string; export declare function generateWithProps(): string; export { invalidDestructureError, removeExports, removeUnusedImports, validateDestructuredExports, } from './route-export-pruning.js'; export { transformRoute } from './route-component-transform.js';