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.

5 lines (4 loc) 251 B
import type { PropsWithChildren } from 'react'; import type { WidgetConfigProps } from './types/widget.js'; export declare const AppProvider: React.FC<PropsWithChildren<WidgetConfigProps>>; export declare const AppRouter: React.FC<PropsWithChildren>;