UNPKG

@arbius/aa-wallet

Version:

A secure and flexible Account Abstraction wallet implementation for Arbitrum One chain applications.

9 lines (8 loc) 273 B
import React from 'react'; interface TransactionToastProps { position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'; autoClose?: boolean; autoCloseTime?: number; } export declare const TransactionToast: React.FC<TransactionToastProps>; export {};