UNPKG

249 BTypeScriptView Raw
1declare function curriedSetHueWith1(color: string): string;
2declare function curriedSetHue(hue: number | string): typeof curriedSetHueWith1;
3declare function curriedSetHue(hue: number | string, color: string): string;
4
5export default curriedSetHue;