UNPKG

react-carousel-query

Version:

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

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;