UNPKG

soso-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) 224 B
import type { Route } from '@lifi/sdk'; import type { BoxProps } from '@mui/material'; interface GasMessageProps extends BoxProps { route?: Route; } export declare const GasMessage: React.FC<GasMessageProps>; export {};