UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

9 lines (8 loc) 357 B
import { GeistUIThemesPalette } from "../themes/presets"; export declare type SelectColor = { border: string; borderActive: string; iconBorder: string; placeholderColor: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: "secondary" | "success" | "error" | "warning" | "default" | undefined) => SelectColor;