woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/index.ts
2021-12-10 12:03:04 +00:00

4 lines
209 B
TypeScript

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