UNPKG

@rainbow-me/rainbowkit

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