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.

10 lines (9 loc) 239 B
import type { WidgetConfig } from '../../types'; export type WidgetContextProps = WidgetConfig & { fromChain?: number; toChain?: number; elementId: string; }; export interface WidgetProviderProps { config?: WidgetConfig; }