UNPKG

next

Version:

The React Framework

3 lines (2 loc) 229 B
import { type ReadonlyReducerState, type ReducerState, type ServerActionAction } from '../router-reducer-types'; export declare function serverActionReducer(state: ReadonlyReducerState, action: ServerActionAction): ReducerState;