wilddragon-site/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.d.ts
2026-04-17 15:51:01 -04:00

2 lines
221 B
TypeScript
Executable file

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