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.

9 lines (8 loc) 352 B
import type { TokenAmount } from '@openocean.finance/widget-sdk'; import type { FormTypeProps } from '../../stores/form/types.js'; export declare const PriceFormHelperText: React.FC<FormTypeProps>; export declare const PriceFormHelperTextBase: React.FC<FormTypeProps & { isLoading?: boolean; tokenAddress?: string; token?: TokenAmount; }>;