@mojito-inc/secondary-market
Version:
Mojito secondary market is the platform to purchase NFT.
4 lines (3 loc) • 719 B
TypeScript
import { WalletsLabelDataProps } from '../interface';
declare const WalletsLabelLayout: ({ listingType, noDataMessage, offset, activeWalletData, sortWalletLabel, anchorEl, open, selectedValue, walletAddress, search, showMenu, showSearch, showSort, showRefresh, refetchIcon, totalActiveWallets, activeWalletsLoading, placeholderImage, walletMediaConfig, currency, secondaryButtonLabel, isRefetchingWallets, onClickSecondaryButton, handleMenuOpen, handlePagination, handleSearchText, onClickToken, onClickCard, onConnectWallet, handleClickListItem, handleApply, handleMenuItemClick, handleClose, onClickRefreshCache }: WalletsLabelDataProps) => import("react/jsx-runtime").JSX.Element;
export default WalletsLabelLayout;