UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

8 lines (7 loc) 286 B
import type { CardProps } from '@mui/material'; import type { RouteExtended } from '@openocean.finance/widget-sdk'; interface TransactionDetailsProps extends CardProps { route?: RouteExtended; } export declare const TransactionDetails: React.FC<TransactionDetailsProps>; export {};