UNPKG

@near-wallet-selector/modal-ui

Version:
9 lines (8 loc) 260 B
import React from "react"; import type { Wallet } from "@near-wallet-selector/core"; interface WalletConnectingProps { wallet: Wallet | undefined; onBack: () => void; } export declare const WalletConnecting: React.FC<WalletConnectingProps>; export {};