UNPKG

next

Version:

The React Framework

4 lines (3 loc) 286 B
import { CacheNode } from '../../../shared/lib/app-router-context'; import { FlightDataPath } from '../../../server/app-render/types'; export declare function applyFlightData(existingCache: CacheNode, cache: CacheNode, flightDataPath: FlightDataPath, wasPrefetched?: boolean): boolean;