UNPKG

ttk-component

Version:

- 1、npm install ttk-component --save

6 lines (5 loc) 286 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) }