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