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.

16 lines (15 loc) 381 B
export declare const defaultAppInfo: { appName: string; learnMoreUrl: string; }; export declare const AppContext: import("react").Context<{ appName?: string; learnMoreUrl?: string; dev?: boolean; authDisplayOptions?: { walletConnect?: boolean; oauth?: boolean; socialLogin?: boolean; showXYZAuthPicture?: boolean; }; }>;