UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

7 lines (6 loc) 785 B
import { WalletTagType } from '../types/walletTagType.js'; interface WalletTagProps { type: WalletTagType; } export declare const WalletTag: import("@emotion/styled").StyledComponent<import("@mui/material").ChipOwnProps & import("@mui/material").ChipSlotsAndSlotProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "icon" | "label" | "size" | "style" | "classes" | "className" | "tabIndex" | "color" | "children" | "sx" | "variant" | "avatar" | "clickable" | "deleteIcon" | "disabled" | "onDelete" | "skipFocusWhenDisabled" | "slots" | "slotProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & WalletTagProps, {}, {}>; export {};