### Installation
npm install trential-ui-componentsnpm install trential-ui-components
Modal to refund amount on Transactions and verifications.
``
import { RefundModal } from 'trential-ui-components';
...
handleClose={() => setShowRefundModal(false)}
showCloseTransaction={actionRow.action === 'close'}
handleCloseTransaction={handleCloseTransaction}
handleGenerateRefund={handleGenerateRefund}
row={actionRow.row}
enqueueSnackbar={() => { }}
setOpen={setShowRefundModal}
fetchPayments={fetchPayments}
refundPermissionExists={true}
/>
``