UNPKG

@rainbow-me/rainbowkit

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