UNPKG

sparkl-ui

Version:

Modern and minimalist React UI library.

7 lines (6 loc) 266 B
import { GeistUIThemesPalette } from "../themes/presets"; import { NormalTypes } from "../utils/prop-types"; export declare type SelectColor = { bg: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: NormalTypes) => SelectColor;