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