UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

8 lines (7 loc) 207 B
/// <reference types="react" /> import type { LifiStep } from '@lifi/sdk'; export declare const DestinationWalletAddress: React.FC<{ step: LifiStep; toAddress: string; toAddressLink: string; }>;