UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 324 B
import { GeistUIThemesPalette } from "../themes/presets"; export declare type InputColor = { color: string; borderColor: string; hoverBorder: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: "secondary" | "success" | "error" | "warning" | "default" | undefined) => InputColor;