Initial boiler plate project
This commit is contained in:
6
node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import type { CacheNode } from '../../../shared/lib/app-router-context.shared-runtime';
|
||||
import type { FlightRouterState } from '../../../server/app-render/types';
|
||||
/**
|
||||
* Invalidate cache one level down from the router state.
|
||||
*/
|
||||
export declare function invalidateCacheByRouterState(newCache: CacheNode, existingCache: CacheNode, routerState: FlightRouterState): void;
|
||||
Reference in New Issue
Block a user