@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
10 lines (9 loc) • 404 B
JavaScript
// FEATURES
const SEARCH = 'search';
// CONTENTS
const SUGGESTIONS = 'suggestions';
const SUGGESTION_ITEM = 'suggestion-item';
const SUGGESTION_ITEM_CONTENT = 'suggestion-item-content';
export const SEARCH_SUGGESTIONS = `${SEARCH}.${SUGGESTIONS}`;
export const SEARCH_SUGGESTION_ITEM = `${SEARCH}.${SUGGESTION_ITEM}`;
export const SEARCH_SUGGESTION_ITEM_CONTENT = `${SEARCH}.${SUGGESTION_ITEM_CONTENT}`;