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.

8 lines (7 loc) 231 B
import type { Chain, ExtendedChain } from '@lifi/sdk'; interface ChainBadgeContentProps { chain?: Chain | ExtendedChain; size?: number; } export declare const ChainBadgeContent: React.FC<ChainBadgeContentProps>; export {};