Files
recipe-app/frontend/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.d.ts
T
2026-04-09 09:14:39 +02:00

4 lines
251 B
TypeScript

import type { FlightRouterState } from '../../../shared/lib/app-router-types';
import type { RouteTree } from '../segment-cache/cache';
export declare function isNavigatingToNewRootLayout(currentTree: FlightRouterState, nextTree: RouteTree): boolean;