mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
11 lines
235 B
JavaScript
11 lines
235 B
JavaScript
|
export { BUSINESS_TYPES, PRODUCT_TYPES } from './onboarding/configuration';
|
||
|
|
||
|
export {
|
||
|
STYLING_LOCATIONS,
|
||
|
STYLING_PAYMENT_METHODS,
|
||
|
STYLING_LABELS,
|
||
|
STYLING_COLORS,
|
||
|
STYLING_LAYOUTS,
|
||
|
STYLING_SHAPES,
|
||
|
} from './styling/configuration';
|