Files
Webklar.com/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

5 lines
390 B
TypeScript

/// <reference types="react" />
import { CacheNode } from '../../../shared/lib/app-router-context.shared-runtime';
import type { FlightRouterState } from '../../../server/app-render/types';
export declare function fillLazyItemsTillLeafWithHead(newCache: CacheNode, existingCache: CacheNode | undefined, routerState: FlightRouterState, head: React.ReactNode, wasPrefetched?: boolean): void;