UNPKG

@shopgate/engage

Version:
5 lines 424 B
import{connect}from'react-redux';import{getCategoryImagePlaceholder}from'@shopgate/engage/core';/** * Maps the current application state to the component props. * @param {Object} state The current application state. * @return {Object} The populated component props. */var mapStateToProps=function mapStateToProps(state){return{placeholderSrc:getCategoryImagePlaceholder(state)};};export default connect(mapStateToProps);