bpms_site/.svn/pristine/90/900959624878329e7c0fed276f84576f477ecfc1.svn-base
2025-11-02 16:38:49 +03:30

5 lines
390 B
Plaintext

/// <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;