web / useAggregatedCountries
Function: useAggregatedCountries() ​
useAggregatedCountries():
UseAggregatedCountries
Defined in: apps/web/composables/useAggregatedCountries/useAggregatedCountries.ts:29
Returns ​
Description ​
Composable for getting AggregatedCountries
:
- Default shipping countries
- EU geo-regulated countries
- A combined list of countries
Example ​
ts
const {
default,
geoRegulated,
loading,
fetchAggregatedCountries,
useGeoRegulatedCountries,
billingCountries,
localeCountryName(countryId),
} = useAggregatedCountries();