mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
const SupplementaryLabel = ( { children } ) => (
|
|
<span className="ppcp-r-settings-block__supplementary-title-label">
|
|
{ children }
|
|
</span>
|
|
);
|
|
|
|
export default SupplementaryLabel;
|