UNPKG

moltres-react

Version:
10 lines (7 loc) 220 B
import PropTypes from 'prop-types' const storeShape = PropTypes.shape({ dispatch: PropTypes.func.isRequired, getState: PropTypes.func.isRequired, subscribe: PropTypes.func.isRequired }) export default storeShape