UNPKG

anew

Version:

React and Redux Framework with additional power.

18 lines (16 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = createReduxAnewProps; function createReduxAnewProps(_ref, reducer) { var name = _ref.name, batches = _ref.batches; return { name: name, reducer: reducer, getBatches: function getBatches() { return batches; } }; }