@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) • 358 B
TypeScript
import type { ToolsResponse } from '@lifi/sdk';
export type ToolCollectionTypes = ToolsResponse['exchanges'] | ToolsResponse['bridges'];
interface ToolsProps {
filteredTools: ToolCollectionTypes;
type: 'Bridges' | 'Exchanges';
}
export declare const Tools: ({ filteredTools, type }: ToolsProps) => import("react/jsx-runtime").JSX.Element;
export {};