woocommerce/plugins/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/attributes.tsx

12 lines
203 B
TypeScript

/**
* Internal dependencies
*/
import { defaultPlaceOrderButtonLabel } from './constants';
export default {
placeOrderButtonLabel: {
type: 'string',
default: defaultPlaceOrderButtonLabel,
},
};