woocommerce/plugins/woocommerce-blocks/assets/js/blocks/order-confirmation/billing-wrapper/attributes.tsx

12 lines
194 B
TypeScript

/**
* External dependencies
*/
import { __ } from '@wordpress/i18n';
export default {
heading: {
type: 'string',
default: __( 'Billing address', 'woo-gutenberg-products-block' ),
},
};