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) 256 B
/// <reference types="react" /> 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 {};