You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
GetCountryRegionsProps
Properties for getting country regions supported by the store.
export interface GetCountryRegionsProps extends BaseProps {
countryIsoCode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
countryIsoCode | Required | string | An ISO code of a country to fetch available regions for. |