woocommerce/plugins/woocommerce-blocks/assets/js/base/components/country-input/index.ts

8 lines
295 B
TypeScript

export type {
CountryInputProps,
CountryInputWithCountriesProps,
} from './CountryInputProps';
export { CountryInput } from './country-input';
export { default as BillingCountryInput } from './billing-country-input';
export { default as ShippingCountryInput } from './shipping-country-input';