UNPKG

next

Version:

The React Framework

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