3 lines
226 B
TypeScript
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;
|