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.

9 lines (8 loc) 334 B
import type { ExtendedChain } from '@lifi/sdk'; import type { BoxProps } from '@mui/material'; interface MissingRouteRequiredAccountMessageProps extends BoxProps { chain?: ExtendedChain; address?: string; } export declare const MissingRouteRequiredAccountMessage: React.FC<MissingRouteRequiredAccountMessageProps>; export {};