<?php
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2025 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
// @codingStandardsIgnoreFile

use Magento\PaymentServicesPaypal\Block\Adminhtml\Form\Reset;
use Magento\Framework\Escaper;

/** @var Escaper $escaper */
/** @var Reset $block */

?>

<button class="action primary">
    <?= $escaper->escapeHtml(__('Reset')); ?>
</button>

<script type="text/x-magento-init">
{
    "*": {
        "Magento_PaymentServicesPaypal/js/fastlane-styling": {}
    }
}
</script>
