UNPKG

@rainbow-me/rainbowkit

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