4 lines
251 B
TypeScript
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;
|