UNPKG

@rainbow-me/rainbowkit

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