UNPKG

wpsjs

Version:

用于开发wps加载项的工具包

10 lines (8 loc) 212 B
import { combineReducers } from 'redux'; import dialog from './dialog'; import taskpane from './taskpane'; const rootReducer = combineReducers({ dialog, taskpane }); export default rootReducer;