bpms_site/.svn/pristine/88/883babf2dd1c7946c5569c43394d4afcf36235b0.svn-base
2025-11-02 16:38:49 +03:30

5 lines
315 B
Plaintext

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