UNPKG

@particle-network/wallet

Version:

A wallet component that can be easily injected into the developer's website to provide rich custom styles.

3 lines (2 loc) 200 B
export declare const currencyUnitValues: readonly ["USD", "CNY", "JPY", "HKD", "INR", "KRW", "usd", "cny", "jpy", "hkd", "inr", "krw"]; export type CurrencyUnit = (typeof currencyUnitValues)[number];