UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

11 lines (9 loc) 282 B
declare function curriedAdjustHueWith1(color: string): string; declare function curriedAdjustHue( degree: number | string, ): typeof curriedAdjustHueWith1; declare function curriedAdjustHue( degree: number | string, color: string, ): string; export default curriedAdjustHue;