UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

11 lines (10 loc) 404 B
import type { Account } from '@openocean.finance/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 {};