UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

3 lines (2 loc) 146 B
export declare const colorToRgbValues: (color: string) => number[]; export declare const addColorAlpha: (color: string, alpha: number) => string;