UNPKG

@rainbow-me/rainbowkit

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