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

6 lines
247 B
JavaScript

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