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.

13 lines (12 loc) 469 B
import type { Token } from '@lifi/sdk'; import type { BoxProps } from '@mui/material'; import type { ReactNode } from 'react'; import type { FormTypeProps } from '../../providers'; export declare const AmountInput: React.FC<FormTypeProps & BoxProps>; export declare const AmountInputBase: React.FC<FormTypeProps & BoxProps & { token?: Token; startAdornment?: ReactNode; endAdornment?: ReactNode; bottomAdornment?: ReactNode; disabled?: boolean; }>;