UNPKG

@particle-network/wallet

Version:

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

12 lines (11 loc) 242 B
type Env = { walletUrl: string; }; declare class GlobalConfig { #private; get version(): string; get env(): Env; updateWalletUrl(url: string): void; } declare const globalConfig: GlobalConfig; export default globalConfig;