@lifi/wallet-management
Version:
LI.FI Wallet Management solution.
8 lines (7 loc) • 445 B
TypeScript
import type { WalletWithRequiredFeatures } from '@mysten/wallet-standard';
import type { WalletListItemButtonProps } from './types.js';
interface SuiListItemButtonProps extends WalletListItemButtonProps {
wallet: WalletWithRequiredFeatures;
}
export declare const SuiListItemButton: ({ ecosystemSelection, wallet, tagType, onConnected, onConnecting, onError, }: SuiListItemButtonProps) => import("react/jsx-runtime").JSX.Element;
export {};