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 (7 loc) 197 B
import type { WidgetConfig } from '../../types/widget.js' export type WidgetContextProps = WidgetConfig & { elementId: string } export interface WidgetProviderProps { config?: WidgetConfig }