UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

7 lines (6 loc) 315 B
import { type WalletConnector } from '../../../wallets/useWalletConnectors'; export declare function WalletList({ qrCodeUri, selectedOptionId, selectWallet, }: { qrCodeUri?: string; selectedOptionId?: string; selectWallet: (wallet: WalletConnector) => void; }): import("react/jsx-runtime").JSX.Element;