Files
cartlog-admin/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.d.ts
2026-01-01 15:25:19 +05:30

5 lines
292 B
TypeScript

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