/** * External dependencies */ import { __ } from '@wordpress/i18n'; import PropTypes from 'prop-types'; import { Label } from '@woocommerce/blocks-checkout'; /** * Internal dependencies */ import './style.scss'; export const LoadMoreButton = ( { onClick, label, screenReaderLabel } ) => { return (