UNPKG

@roochnetwork/rooch-sdk-kit

Version:
10 lines (9 loc) 413 B
import type { Wallet } from '../../../wellet/wallet.js'; type ConnectionStatusProps = { selectedWallet: Wallet; info?: string[]; hadConnectionError: boolean; onRetryConnection: (selectedWallet: Wallet) => void; }; export declare function ConnectionStatus({ selectedWallet, info, hadConnectionError, onRetryConnection, }: ConnectionStatusProps): import("react/jsx-runtime").JSX.Element; export {};