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