Initial boiler plate project
This commit is contained in:
4
node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.d.ts
generated
vendored
Normal file
4
node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import type { ReadonlyReducerState, ReducerState, FastRefreshAction } from '../router-reducer-types';
|
||||
declare function fastRefreshReducerNoop(state: ReadonlyReducerState, _action: FastRefreshAction): ReducerState;
|
||||
export declare const fastRefreshReducer: typeof fastRefreshReducerNoop;
|
||||
export {};
|
||||
Reference in New Issue
Block a user