UNPKG

next

Version:

The React Framework

3 lines (2 loc) 198 B
import type { FlightRouterState } from '../../../server/app-render/types'; export declare function isNavigatingToNewRootLayout(currentTree: FlightRouterState, nextTree: FlightRouterState): boolean;