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.

4 lines (3 loc) 255 B
import type { PaletteMode, Theme } from '@mui/material'; export declare const getContrastAlphaColor: (mode: PaletteMode, alpha: string | number) => string; export declare const getContrastTextColor: (theme: Theme, background?: string) => "#fff" | "#000";