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) 282 B
import type { Chain } from '@openocean.finance/widget-sdk'; interface TransferIdCardProps { transferId: string; chain: Chain | number; } export declare const TransferIdCard: ({ transferId, chain }: TransferIdCardProps) => import("react/jsx-runtime").JSX.Element; export {};