@mojito-inc/secondary-market
Version:
Mojito secondary market is the platform to purchase NFT.
4 lines (3 loc) • 674 B
TypeScript
import { WalletsPageProps } from '../interface';
declare const WalletsPage: ({ content, config, walletDetails, Image, showMenu, hideWalletBalance, listingType, priceInputRange, tabConfig, showInvoice, showViewItem, showRefresh, refreshCache, showSearch, showSort, menusToDisplay, filterByStatus, walletMediaConfig, isFullAddress, customRPCUrl, tabIndex, walletSecondaryButtonLabel, topUpUrl, accountConfig, onClickSecondaryButtonWallet, onClickCustomRedirection, onClickLogout, onConnectWallet, onViewItem, onClickCard, setTabIndex, handleRefetchBalance, onHandleApiSessionExpired }: WalletsPageProps) => import("react/jsx-runtime").JSX.Element;
export default WalletsPage;