Files
scrap/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.d.ts
2024-09-24 03:52:46 +00: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 {};