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) 282 B
import type { BadgeProps } from '@mui/material'; import type { PropsWithChildren } from 'react'; interface BadgedValueProps { showBadge: boolean; badgeColor?: BadgeProps['color']; } export declare const BadgedValue: React.FC<PropsWithChildren<BadgedValueProps>>; export {};