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) 250 B
import type { RouteExtended } from '@lifi/sdk'; import type { TypographyProps } from '@mui/material'; interface TokenRateProps extends TypographyProps { route: RouteExtended; } export declare const TokenRate: React.FC<TokenRateProps>; export {};