@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) • 332 B
TypeScript
import type { TokenAmount } from '@lifi/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;
}>;