sparkl-ui
Version:
Modern and minimalist React UI library.
11 lines (10 loc) • 367 B
TypeScript
import { NormalTypes } from "../utils/prop-types";
import { GeistUIThemesPalette } from "../themes/presets";
export declare type SelectColor = {
background: string;
border: string;
hover: string;
iconBorder: string;
placeholderColor: string;
};
export declare const getColors: (palette: GeistUIThemesPalette, status?: NormalTypes) => SelectColor;