UNPKG

@geist-ui/core

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;