@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) • 465 B
TypeScript
export declare enum WalletStep {
None = "NONE",
Get = "GET",
Connect = "CONNECT",
DownloadOptions = "DOWNLOAD_OPTIONS",
Download = "DOWNLOAD",
InstructionsMobile = "INSTRUCTIONS_MOBILE",
InstructionsDesktop = "INSTRUCTIONS_DESKTOP",
InstructionsExtension = "INSTRUCTIONS_EXTENSION",
Payment = "PAYMENT"
}
export declare function DesktopOptions({ onClose }: {
onClose: () => void;
}): import("react/jsx-runtime").JSX.Element;