mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
10 lines
235 B
JavaScript
10 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';
|