@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
11 lines (10 loc) • 391 B
TypeScript
import type { Account } from '@lifi/wallet-management';
import type { ToAddress } from '../../types/widget.js';
interface AccountAvatarProps {
chainId?: number;
account?: Account;
toAddress?: ToAddress;
empty?: boolean;
}
export declare const AccountAvatar: ({ chainId, account, empty, toAddress, }: AccountAvatarProps) => import("react/jsx-runtime").JSX.Element;
export {};