ttk-app-core
Version:
enterprise develop framework
26 lines (19 loc) • 448 B
JavaScript
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
}