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) 258 B
import type { ContractCall } from '@lifi/sdk'; import type { TokenAmount } from '../../types/token.js'; export interface ItemPriceProps { token: TokenAmount; contractCalls?: ContractCall[]; } export declare const ItemPrice: React.FC<ItemPriceProps>;