UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

8 lines 325 B
export const SORT_RELEVANCE = 'relevance'; export const SORT_PRICE_ASC = 'priceAsc'; export const SORT_PRICE_DESC = 'priceDesc'; export const SORT_DATE_ASC = 'dateAsc'; export const SORT_DATE_DESC = 'dateDesc'; export const SORT_RANDOM = 'random'; export const DEFAULT_SORT = SORT_RELEVANCE; export const ITEMS_PER_LOAD = 32;