UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

9 lines 466 B
/// <reference types="react" /> import { WithClassnameType } from '../../types'; export interface TransactionStatusToastType extends WithClassnameType { signError: string | null; canceledTransactionsMessage: string | null; onDelete: () => void; } export declare const TransactionStatusToast: ({ signError, canceledTransactionsMessage, onDelete, className }: TransactionStatusToastType) => JSX.Element; //# sourceMappingURL=TransactionStatusToast.d.ts.map