UNPKG

@rainbow-me/rainbowkit

Version:
7 lines (6 loc) 306 B
import type { RainbowKitWalletConnectParameters, Wallet } from '../../Wallet'; export interface WalletConnectWalletOptions { projectId: string; options?: RainbowKitWalletConnectParameters; } export declare const walletConnectWallet: ({ projectId, options, }: WalletConnectWalletOptions) => Wallet;