UNPKG

redux-loop

Version:

Sequence your effects naturally and purely by returning them from your reducers.

6 lines (4 loc) 136 B
import { Cmd } from '../index'; declare module 'react-redux' { export function useDispatch<TDispatch = Cmd.Dispatch>(): TDispatch; }