UNPKG

@talend/react-containers

Version:

Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.

11 lines 373 B
import { cmfConnect } from '@talend/react-cmf'; import Container, { DEFAULT_STATE } from './EditableText.container'; export default cmfConnect({ defaultState: DEFAULT_STATE, omitCMFProps: true, withComponentRegistry: true, withDispatch: true, withDispatchActionCreator: true, withComponentId: true })(Container); //# sourceMappingURL=EditableText.connect.js.map