Files
2026-02-10 01:14:19 +00:00

3 lines
217 B
TypeScript

import type { FlightRouterState, FlightDataPath } from '../../../server/app-render/types';
export declare function shouldHardNavigate(flightSegmentPath: FlightDataPath, flightRouterState: FlightRouterState): boolean;