UNPKG

@rainbow-me/rainbowkit

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