woocommerce-paypal-payments/modules/ppcp-axo-block/resources/js/components/Shipping/index.js

7 lines
247 B
JavaScript
Raw Normal View History

export { default as ShippingChangeButton } from './ShippingChangeButton';
export { default as ShippingChangeButtonManager } from './ShippingChangeButtonManager';
export {
injectShippingChangeButton,
removeShippingChangeButton,
} from './utils';