UNPKG

@0xsequence/connect

Version:
12 lines 554 B
import type { LinkedWallet } from '@0xsequence/api'; import { type JSX } from 'react'; import type { ConnectedWallet } from '../../hooks/useWallets.js'; interface ConnectedWalletsProps { wallets: ConnectedWallet[]; linkedWallets?: LinkedWallet[]; disconnectWallet: (address: string) => void; unlinkWallet: (address: string) => void; } export declare const ConnectedWallets: ({ wallets, linkedWallets, disconnectWallet, unlinkWallet }: ConnectedWalletsProps) => JSX.Element | null; export {}; //# sourceMappingURL=ConnectedWallets.d.ts.map