@talend/react-containers
Version:
Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.
10 lines • 323 B
JavaScript
import { cmfConnect } from '@talend/react-cmf';
import Component from './HomeListView.component';
export default cmfConnect({
omitCMFProps: true,
withComponentRegistry: true,
withDispatch: true,
withDispatchActionCreator: true,
withComponentId: true
})(Component);
//# sourceMappingURL=HomeListView.connect.js.map