UNPKG

@near-wallet-selector/meteor-wallet

Version:
4 lines (3 loc) 302 B
import { type InjectedWallet, type WalletModuleFactory } from "@near-wallet-selector/core"; import type { MeteorWalletParams_Injected } from "./meteor-wallet-types"; export declare function setupMeteorWallet({ iconUrl, deprecated, }?: MeteorWalletParams_Injected): WalletModuleFactory<InjectedWallet>;