UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

7 lines (6 loc) 286 B
export interface WalletNotConnectedProps { message: string; onConnectWallet: () => void; } declare const WalletNotConnectedContainer: ({ message, onConnectWallet }: WalletNotConnectedProps) => import("react/jsx-runtime").JSX.Element; export default WalletNotConnectedContainer;