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.

14 lines (13 loc) 347 B
export declare function isSafari(): boolean; export declare function isArc(): boolean; export declare enum BrowserType { Arc = "Arc", Brave = "Brave", Browser = "Browser", Chrome = "Chrome", Edge = "Edge", Firefox = "Firefox", Opera = "Opera", Safari = "Safari" } export declare function getBrowser(): BrowserType;