woocommerce-paypal-payments/modules/ppcp-settings/resources/js/Components/ReusableComponents/Fields/index.js
Philipp Stracker 3840352c54
🔥 Remove unused files
2025-01-23 19:50:13 +01:00

11 lines
432 B
JavaScript

/**
* Generic input fields.
*/
export { default as PayPalCheckbox } from './Checkbox';
export { default as CheckboxGroup } from './CheckboxGroup';
export { default as RadioGroup } from './RadioGroup';
export { default as PayPalRdb } from './RadioButton';
export { default as PayPalRdbWithContent } from './RadioContent';
export { default as OptionSelector } from './OptionSelector';
export { default as Select } from './Select';