UNPKG

react-redux-pledge

Version:

Enhance your connected component by rendering them only when their props are guaranteed

8 lines (6 loc) 181 B
import { RESOLVE_PLEDGES_ACTION } from './actionType' const createPledgeAction = (actions) => ({ type: RESOLVE_PLEDGES_ACTION, actions }) export default createPledgeAction