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.

10 lines (9 loc) 353 B
/// <reference types="react" /> import type { TokenAmount } from '@lifi/sdk'; import type { FormTypeProps } from '../../providers'; export declare const FormPriceHelperText: React.FC<FormTypeProps>; export declare const FormPriceHelperTextBase: React.FC<FormTypeProps & { isLoading?: boolean; tokenAddress?: string; token?: TokenAmount; }>;