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.

13 lines (12 loc) 503 B
import type { CardProps } from '@mui/material'; import type { Token } from '@openocean.finance/widget-sdk'; import type { ReactNode } from 'react'; import { type FormTypeProps } from '../../stores/form/types.js'; export declare const AmountInput: React.FC<FormTypeProps & CardProps>; export declare const AmountInputBase: React.FC<FormTypeProps & CardProps & { token?: Token; startAdornment?: ReactNode; endAdornment?: ReactNode; bottomAdornment?: ReactNode; disabled?: boolean; }>;