UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

6 lines (5 loc) 273 B
import { GeistUIThemesPalette } from "../themes/presets"; export declare type SelectColor = { bg: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: "secondary" | "success" | "error" | "warning" | "default" | undefined) => SelectColor;