UNPKG

react-redux

Version:

Official React bindings for Redux

3 lines (2 loc) 191 B
import { ActionCreatorsMapObject, Dispatch } from 'redux'; export default function bindActionCreators(actionCreators: ActionCreatorsMapObject, dispatch: Dispatch): ActionCreatorsMapObject;