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