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