@talend/react-containers
Version:
Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.
16 lines (15 loc) • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactCmf = require("@talend/react-cmf");
var _reactComponents = require("@talend/react-components");
var _default = exports.default = (0, _reactCmf.cmfConnect)({
omitCMFProps: true,
withComponentRegistry: true,
withDispatch: true,
withDispatchActionCreator: true,
withComponentId: true
})(_reactComponents.Badge);
//# sourceMappingURL=Badge.component.js.map