lingjing/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.d.ts
2026-02-23 09:51:43 +00:00

3 lines
226 B
TypeScript

import type { FlightRouterState, CacheNode } from '../../../../shared/lib/app-router-types';
export declare function findHeadInCache(cache: CacheNode, parallelRoutes: FlightRouterState[1]): [CacheNode, string, string] | null;