@shopgate/engage
Version:
Shopgate's ENGAGE library.
5 lines • 1.07 kB
JavaScript
/** @module favorites */ // ACTIONS
export{default as fetchFavorites}from'/pwa-common-commerce/favorites/actions/fetchFavorites';export{default as fetchFavoritesLists}from'/pwa-common-commerce/favorites/actions/fetchFavoritesList';export{default as addFavoritesList}from'/pwa-common-commerce/favorites/actions/addFavoritesList';export{addFavorite,removeFavorites,requestSync as toggleFavorites,toggleFavoriteWithListChooser,toggleFavorite}from'/pwa-common-commerce/favorites/actions/toggleFavorites';export{default as fetchFavoritesListsWithItems}from'/pwa-common-commerce/favorites/actions/fetchFavoritesListsWithItems';// CONSTANTS
export*from'/pwa-common-commerce/favorites/constants/index';export*from'/pwa-common-commerce/favorites/constants/Pipelines';export*from'/pwa-common-commerce/favorites/constants/Portals';export*from"./constants/Portals";// SELECTORS
export*from'/pwa-common-commerce/favorites/selectors';// STREAMS
export*from'/pwa-common-commerce/favorites/streams';