UNPKG

@mojito-inc/connect-wallet

Version:

Connecting wallet via metamask, wallet connect, email

15 lines (14 loc) 2.08 kB
import ModalContentContainer, { type ModalContentContainerProps } from './ModalContentContainer'; import LoadingContainer, { type LoadingContainerProps } from './LoadingContainer'; import ConnectWithEmailContainer, { type ConnectWithEmailContainerProps } from './ConnectWithEmailContainer'; import ErrorContainer, { type ErrorContainerProps } from './ErrorContainer'; import OTPContainer, { type OTPContainerProps } from './OTPContainer'; import ExistingWalletContainer, { type ExistingWalletProps } from './ExistingWalletContainer'; import RecoveryCodeContainer, { type RecoveryCodeContainerProps } from './RecoveryCodeContainer'; import TokenGatingConnectWalletContainer, { type TokenGatingConnectWalletContainerProps } from './TokenGatingConnectWalletContainer'; import WalletListContainer, { type WalletListContainerProps } from './WalletListContainer'; import TokenGatingNoClaimContainer, { type TokenGatingNoClaimContainerProps } from './TokenGatingNoClaimContainer'; import TokenGatingClaimContainer, { type TokenGatingClaimContainerProps } from './TokenGatingClaimContainer'; import TokenGatingLoadingContainer, { type TokenGatingLoadingContainerProps } from './TokenGatingLoadingContainer'; import TokenGatingErrorContainer, { type TokenGatingErrorContainerProps } from './TokenGatingErrorContainer'; export { ModalContentContainer, type ModalContentContainerProps, LoadingContainer, type LoadingContainerProps, ConnectWithEmailContainer, type ConnectWithEmailContainerProps, ErrorContainer, type ErrorContainerProps, OTPContainer, type OTPContainerProps, ExistingWalletContainer, type ExistingWalletProps, RecoveryCodeContainer, type RecoveryCodeContainerProps, TokenGatingConnectWalletContainer, type TokenGatingConnectWalletContainerProps, WalletListContainer, type WalletListContainerProps, TokenGatingNoClaimContainer, type TokenGatingNoClaimContainerProps, TokenGatingClaimContainer, type TokenGatingClaimContainerProps, TokenGatingLoadingContainer, type TokenGatingLoadingContainerProps, TokenGatingErrorContainer, type TokenGatingErrorContainerProps, };