mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
|
export { default as EmailButton } from './EmailButton';
|
||
|
export {
|
||
|
setupEmailFunctionality,
|
||
|
removeEmailFunctionality,
|
||
|
isEmailFunctionalitySetup,
|
||
|
} from './utils';
|