2 lines
197 B
TypeScript
Executable file
2 lines
197 B
TypeScript
Executable file
import type { FlightRouterState } from '../../../../shared/lib/app-router-types';
|
|
export declare function hasInterceptionRouteInCurrentTree([segment, parallelRoutes,]: FlightRouterState): boolean;
|