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.

9 lines (8 loc) 230 B
/// <reference types="react" /> import type { LifiStep, TokenAmount } from '@lifi/sdk'; export declare const Step: React.FC<{ step: LifiStep; fromToken?: TokenAmount; toToken?: TokenAmount; toAddress?: string; }>;