UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

4 lines (3 loc) 208 B
import type { WalletAdapter } from '@solana/wallet-adapter-base'; import type { Connector } from 'wagmi'; export declare const getConnectorIcon: (connector?: Connector | WalletAdapter) => string | undefined;