NeahFront7/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.d.ts
2025-04-10 18:14:28 +02:00

5 lines
297 B
TypeScript

import type { ReadonlyReducerState, ReducerState, FastRefreshAction } from '../router-reducer-types';
declare function fastRefreshReducerNoop(state: ReadonlyReducerState, _action: FastRefreshAction): ReducerState;
export declare const fastRefreshReducer: typeof fastRefreshReducerNoop;
export {};