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