UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 293 B
import { SnippetTypes } from "../utils/prop-types"; import { GeistUIThemesPalette } from "../themes/presets"; export declare type TooltipColors = { bgColor: string; color: string; }; export declare const getColors: (type: SnippetTypes, palette: GeistUIThemesPalette) => TooltipColors;