Repository URL to install this package:
|
Version:
1.3.3 ▾
|
// import { campaignId, storeId, STORE_KEY } from '../../bootstrapper/api/config'
const getStoreParams = {
type: 'distance',
offset: 0,
limit: 10,
distance: 0,
// locale: 'en_US',
// campaignId,
// storeId,
}
export { getStoreParams }
export default getStoreParams