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