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.

8 lines (7 loc) 251 B
import type { Route } from '@lifi/sdk'; import type { BoxProps } from '@mui/material'; interface MainWarningMessagesProps extends BoxProps { route?: Route; } export declare const MainWarningMessages: React.FC<MainWarningMessagesProps>; export {};