@talend/react-containers
Version:
Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.
12 lines • 431 B
JavaScript
import { cmfConnect } from '@talend/react-cmf';
import Container, { DEFAULT_STATE } from './ObjectViewer.container';
export default cmfConnect({
defaultState: DEFAULT_STATE,
componentId: ownProps => ownProps.id || 'ObjectViewer',
omitCMFProps: true,
withComponentRegistry: true,
withDispatch: true,
withDispatchActionCreator: true,
withComponentId: true
})(Container);
//# sourceMappingURL=ObjectViewer.connect.js.map