@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.
12 lines (11 loc) • 342 B
TypeScript
import type { ExtendedChain } from '@lifi/sdk';
import type { SxProps, Theme } from '@mui/material';
export declare const AvatarBadgedDefault: React.FC<{
sx?: SxProps<Theme>;
chain?: ExtendedChain;
}>;
export declare const AvatarBadgedSkeleton: React.FC<{
sx?: SxProps<Theme>;
avatarSize?: number;
badgeSize?: number;
}>;