UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

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;