mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
export { BUSINESS_TYPES, PRODUCT_TYPES } from './onboarding/constants';
|
|
|
|
export {
|
|
STYLING_LOCATIONS,
|
|
STYLING_LABELS,
|
|
STYLING_COLORS,
|
|
STYLING_LAYOUTS,
|
|
STYLING_SHAPES,
|
|
} from './styling/constants';
|