UNPKG

sparkl-ui

Version:

Modern and minimalist React UI library.

9 lines (8 loc) 317 B
import { NormalTypes } from "../utils/prop-types"; import { GeistUIThemesPalette } from "../themes/presets"; export declare type InputColor = { color: string; borderColor: string; hoverBorder: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: NormalTypes) => InputColor;