wilddragon-site/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.d.ts

3 lines
226 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
import { type ServerPatchAction, type ReducerState, type ReadonlyReducerState } from '../router-reducer-types';
export declare function serverPatchReducer(state: ReadonlyReducerState, action: ServerPatchAction): ReducerState;