UNPKG

react-best-gradient-color-picker

Version:

An easy to use color/gradient picker for React.js

7 lines (6 loc) 416 B
import { ColorsProps } from '../shared/types.js'; export declare const low: (color: ColorsProps) => string; export declare const high: (color: ColorsProps) => string; export declare const getColors: (value: string, defaultColor: string, defaultGradient: string) => any; export declare const formatInputValues: (value: number, min: number, max: number) => number; export declare const round: (val: number) => number;