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