UNPKG

react-redux-with-path

Version:

A version of react-redux designed for cases that want to access sub-tree of the state. and take it as state in mapStateToProps and mapDispatchToProps

6 lines (3 loc) 97 B
import { PropTypes } from 'react'; const pathType = PropTypes.string; export default pathType;