UNPKG

@kryptogo/kryptogokit-sdk-react

Version:

KryptogoKit offers a comprehensive web3 wallet solution with seamless KryptoGO Auth integration and multi-wallet connection support. Designed for users. Built for developers.

15 lines (14 loc) 505 B
import { type WalletConnector } from '../../../wallets/useWalletConnectors'; export declare function WalletButton({ onClose, wallet, connecting, }: { wallet: WalletConnector; onClose: () => void; connecting?: boolean; }): import("react/jsx-runtime").JSX.Element; export declare enum MobileWalletStep { Connect = "CONNECT", Get = "GET", Payment = "PAYMENT" } export declare function MobileOptions({ onClose }: { onClose: () => void; }): import("react/jsx-runtime").JSX.Element;