@geist-ui/react
Version:
Modern and minimalist React UI library.
9 lines (8 loc) • 357 B
TypeScript
import { GeistUIThemesPalette } from "../themes/presets";
export declare type SelectColor = {
border: string;
borderActive: string;
iconBorder: string;
placeholderColor: string;
};
export declare const getColors: (palette: GeistUIThemesPalette, status?: "secondary" | "success" | "error" | "warning" | "default" | undefined) => SelectColor;