twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
14 lines (11 loc) • 316 B
JavaScript
;
exports.__esModule = true;
exports["default"] = createStoreShape;
function createStoreShape(PropTypes) {
return PropTypes.shape({
subscribe: PropTypes.func.isRequired,
dispatch: PropTypes.func.isRequired,
getState: PropTypes.func.isRequired
});
}
module.exports = exports["default"];