wilddragon-site/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.d.ts
2026-04-17 15:51:01 -04:00

3 lines
251 B
TypeScript
Executable file

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;