| 1 |
|
| 2 | import { PatchRoutesOnNavigationFunction } from "../../router/utils.js";
|
| 3 | import { Router } from "../../router/router.js";
|
| 4 | import { RouteModules } from "./routeModules.js";
|
| 5 | import { AssetsManifest } from "./entry.js";
|
| 6 | import { ServerBuild } from "../../server-runtime/build.js";
|
| 7 |
|
| 8 |
|
| 9 | declare function getPatchRoutesOnNavigationFunction(getRouter: () => Router, manifest: AssetsManifest, routeModules: RouteModules, ssr: boolean, routeDiscovery: ServerBuild["routeDiscovery"], isSpaMode: boolean, basename: string | undefined): PatchRoutesOnNavigationFunction | undefined;
|
| 10 | declare function useFogOFWarDiscovery(router: Router, manifest: AssetsManifest, routeModules: RouteModules, ssr: boolean, routeDiscovery: ServerBuild["routeDiscovery"], isSpaMode: boolean): void;
|
| 11 |
|
| 12 | export { getPatchRoutesOnNavigationFunction, useFogOFWarDiscovery }; |
| \ | No newline at end of file |