UNPKG

@talend/react-cmf

Version:

A framework built on top of best react libraries

15 lines 379 B
import http from './http'; import putActionCreator from './putActionCreator'; import * as collection from './collection'; import * as component from './component'; export default { // shortcut get: component.get, register: component.register, registerMany: component.registerMany, collection, component, http, putActionCreator }; //# sourceMappingURL=index.js.map