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.

5 lines (4 loc) 180 B
import { I18n } from './I18n'; export type Locale = 'en-US' | 'zh-CN' | 'zh-TW'; export declare const i18n: I18n; export declare function setLocale(locale: Locale): Promise<void>;