UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

10 lines (9 loc) 275 B
import { WalletTagType } from '../types/walletTagType.js'; interface CardListItemButtonProps { onClick: () => void; title: string; icon: string; tagType?: WalletTagType; } export declare const CardListItemButton: React.FC<CardListItemButtonProps>; export {};