UNPKG

ttk-app-core

Version:
6 lines (5 loc) 281 B
import React from 'react' import { connect } from 'react-redux' export default function createReduxConnector(WrappedComponent, mapStateToProps, mapDispatchToProps, mergeProps, options) { return connect(mapStateToProps, mapDispatchToProps, mergeProps, options)(WrappedComponent) }