UNPKG

sparkl-ui

Version:

Modern and minimalist React UI library.

9 lines (8 loc) 303 B
import { GeistUIThemesPalette } from "../themes/presets"; import { NormalTypes } from "../utils/prop-types"; export declare type RadioColor = { label: string; border: string; bg: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: NormalTypes) => RadioColor;