wilddragon-site/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.d.ts
2026-04-17 15:51:01 -04:00

2 lines
226 B
TypeScript
Executable file

import { type ServerPatchAction, type ReducerState, type ReadonlyReducerState } from '../router-reducer-types';
export declare function serverPatchReducer(state: ReadonlyReducerState, action: ServerPatchAction): ReducerState;