5 lines
315 B
TypeScript
5 lines
315 B
TypeScript
/// <reference types="react" />
|
|
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]): React.ReactNode;
|