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) 245 B
import type { LiFiStepExtended, TokenAmount } from '@lifi/sdk'; export declare const Step: React.FC<{ step: LiFiStepExtended; fromToken?: TokenAmount; toToken?: TokenAmount; impactToken?: TokenAmount; toAddress?: string; }>;