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

11 lines (7 loc) 181 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var pathType = _react.PropTypes.string; exports.default = pathType;