@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.
8 lines (7 loc) • 341 B
TypeScript
import { type EVMChain, type ExtendedChain } from '@lifi/sdk';
interface AllChainsAvatarProps {
chains: ExtendedChain[] | EVMChain[];
size: 'small' | 'medium';
}
export declare const AllChainsAvatar: import("react").MemoExoticComponent<({ chains, size }: AllChainsAvatarProps) => import("react/jsx-runtime").JSX.Element>;
export {};