UNPKG

186 BTypeScriptView Raw
1import { ReduxRouterState, ReduxRouterAction } from "./redux-router.types";
2export declare const routerReducer: (state: ReduxRouterState, action: ReduxRouterAction) => ReduxRouterState;