UNPKG

@reown/appkit-wallet

Version:

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

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; };