Files
williammarch.xyz/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.d.ts
2026-04-02 19:13:46 +01: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 {};