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.

9 lines (8 loc) 220 B
interface ToolItemProps { tool: any; typeKey: string; isEnabled: boolean; onToggle: (key: string) => void; } export declare const ToolItem: import("react").NamedExoticComponent<ToolItemProps>; export {};