UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

6 lines (4 loc) 249 B
declare function curriedSetHueWith1(color: string): string; declare function curriedSetHue(hue: number | string): typeof curriedSetHueWith1; declare function curriedSetHue(hue: number | string, color: string): string; export default curriedSetHue;