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) 263 B
import type { Route } from '@lifi/sdk'; import type { BoxProps } from '@mui/material'; type WarningMessagesProps = BoxProps & { route?: Route; allowInteraction?: boolean; }; export declare const WarningMessages: React.FC<WarningMessagesProps>; export {};