UNPKG

@rainbow-me/rainbowkit

Version:
4 lines (3 loc) 234 B
import type { DefaultWalletOptions, Wallet } from '../../Wallet'; export type XPortalWalletOptions = DefaultWalletOptions; export declare const xPortalWallet: ({ projectId, walletConnectParameters, }: XPortalWalletOptions) => Wallet;