@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
3 lines • 414 B
JavaScript
// FEATURES
var SEARCH='search';// CONTENTS
var SUGGESTIONS='suggestions';var SUGGESTION_ITEM='suggestion-item';var SUGGESTION_ITEM_CONTENT='suggestion-item-content';export var SEARCH_SUGGESTIONS="".concat(SEARCH,".").concat(SUGGESTIONS);export var SEARCH_SUGGESTION_ITEM="".concat(SEARCH,".").concat(SUGGESTION_ITEM);export var SEARCH_SUGGESTION_ITEM_CONTENT="".concat(SEARCH,".").concat(SUGGESTION_ITEM_CONTENT);