UNPKG

next

Version:

The React Framework

5 lines (4 loc) 300 B
/// <reference types="react" /> import type { FlightRouterState } from '../../../../server/app-render/types'; import type { CacheNode } from '../../../../shared/lib/app-router-context'; export declare function findHeadInCache(cache: CacheNode, parallelRoutes: FlightRouterState[1]): React.ReactNode;