UNPKG

@web3modal/wallet

Version:

#### 🔗 [Website](https://web3modal.com)

6 lines (5 loc) • 172 B
export declare const W3mFrameStorage: { set(key: string, value: string): void; get(key: string): string | null; delete(key: string, social?: boolean): void; };