UNPKG

@talend/react-containers

Version:

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

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