lingjing/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.d.ts
2026-02-23 09:51:43 +00:00

5 lines
381 B
TypeScript

import type { ReadonlyReducerState, ReducerState } from '../router-reducer-types';
import { FreshnessPolicy } from '../ppr-navigations';
export declare function refreshReducer(state: ReadonlyReducerState): ReducerState;
export declare function refreshDynamicData(state: ReadonlyReducerState, freshnessPolicy: FreshnessPolicy.RefreshAll | FreshnessPolicy.HMRRefresh): ReducerState;