UNPKG

@openocean.finance/widget

Version:

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

8 lines (7 loc) 278 B
import type { ContractCall } from '@openocean.finance/widget-sdk'; import type { TokenAmount } from '../../types/token.js'; export interface ItemPriceProps { token: TokenAmount; contractCalls?: ContractCall[]; } export declare const ItemPrice: React.FC<ItemPriceProps>;