Files
scrap/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.d.ts
2024-09-24 03:52:46 +00:00

4 lines
294 B
TypeScript

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