3 lines
202 B
TypeScript
3 lines
202 B
TypeScript
import type { FlightRouterState } from '../../../shared/lib/app-router-types';
|
|
export declare function isNavigatingToNewRootLayout(currentTree: FlightRouterState, nextTree: FlightRouterState): boolean;
|