@shopgate/engage
Version:
Shopgate's ENGAGE library.
1 lines • 185 B
JavaScript
import{createContext}from'react';export var CartContext=createContext({currency:'EUR',config:{},isUserLoggedIn:false,isLoading:false,flags:{},display:'card',hasPromotionCoupons:false});