UNPKG

ttk-app-core

Version:
26 lines (19 loc) 448 B
import action from './action' import reducer from './reducer' // function getOtherOption() { // return { // form: { // detail: [] // } // } // } // function actionCreator(option) { // return new action({ ...option, otherOption: getOtherOption() }) // } // function reducerCreator(option) { // return new reducer({ ...option, otherOption: getOtherOption() }) // } export default { action, reducer }