UNPKG

next

Version:

The React Framework

7 lines (6 loc) 366 B
import { CacheNode } from '../../../shared/lib/app-router-context'; import type { FlightDataPath } from '../../../server/app-render/types'; /** * Fill cache with subTreeData based on flightDataPath */ export declare function fillCacheWithNewSubTreeData(newCache: CacheNode, existingCache: CacheNode, flightDataPath: FlightDataPath, wasPrefetched?: boolean): void;