UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 310 B
import { GeistUIThemesPalette } from "../themes/presets"; export declare type RadioColor = { label: string; border: string; bg: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: "secondary" | "success" | "error" | "warning" | "default" | undefined) => RadioColor;