Initial boiler plate project
This commit is contained in:
3
node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.d.ts
generated
vendored
Normal file
3
node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
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]): [CacheNode, string] | null;
|
||||
Reference in New Issue
Block a user