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.

4 lines (3 loc) 361 B
import type { WidgetDrawer } from './AppDrawer.js'; import type { WidgetConfig } from './types/widget.js'; export declare const App: import("react").ForwardRefExoticComponent<import("./index.js").WidgetDrawerProps & WidgetConfig & import("./index.js").WidgetConfigPartialProps & import("./index.js").FormRefProps & import("react").RefAttributes<WidgetDrawer>>;