UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

8 lines (7 loc) 426 B
import { type Connector } from '@bigmi/client'; import type { WalletListItemButtonProps } from './types.js'; interface UTXOListItemButtonProps extends WalletListItemButtonProps { connector: Connector; } export declare const UTXOListItemButton: ({ ecosystemSelection, connector, tagType, onNotInstalled, onConnected, onConnecting, onError, }: UTXOListItemButtonProps) => import("react/jsx-runtime").JSX.Element; export {};