UNPKG

redux-router5

Version:

Router5 integration with redux

4 lines (3 loc) 208 B
import { Router } from 'router5'; declare const router5ReduxMiddleware: (router: Router<Record<string, any>>) => (store: any) => (next: any) => (action: any) => any; export default router5ReduxMiddleware;