UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 291 B
import { SnippetColors } from '../utils/prop-types'; import { CfxUIThemesPalette } from '../styles/themes'; export declare type TooltipColors = { bgColor: string; color: string; }; export declare const getColors: (color: SnippetColors, palette: CfxUIThemesPalette) => TooltipColors;