UNPKG

@openocean.finance/wallet-management

Version:

Openocean Wallet Management solution.

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