UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

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