@mojito-inc/secondary-market
Version:
Mojito secondary market is the platform to purchase NFT.
7 lines (6 loc) • 548 B
TypeScript
import { WalletsAccountLayoutProps } from '../interface';
export type AccountConfig = {
showGasBalance?: boolean;
};
declare const WalletsAccountLayout: ({ copied, currency, walletAddress, walletBalance, hideWalletBalance, isMobile, disconnectText, networkName, copyAddressText, isFullAddress, nonNativeCurrency, walletType, accountConfig, onClickLogout, onConnectWallet, onClickCopy, onClickTopUp, handleRefetchBalance, refreshIcon }: WalletsAccountLayoutProps) => import("react/jsx-runtime").JSX.Element;
export default WalletsAccountLayout;