UNPKG

react-colorify

Version:

A compact gradient and color picker library optimized for React, offering a fast and lag-free color selection experience with highly customizable options.

4 lines (3 loc) 146 B
export declare const generateColorStyles: (baseColor: string, increment: number, isStyle?: boolean) => string | { backgroundColor: string; };