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

5 lines
262 B
JavaScript
Raw Normal View History

export { default as Card } from './Card';
export { default as CardChangeButton } from './CardChangeButton';
export { default as CardChangeButtonManager } from './CardChangeButtonManager';
export { injectCardChangeButton, removeCardChangeButton } from './utils';