including-modules
This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user