UNPKG

react-carousel-query

Version:

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

11 lines (9 loc) 277 B
declare function curriedSaturateWith1(color: string): string; declare function curriedSaturate( amount: number | string, ): typeof curriedSaturateWith1; declare function curriedSaturate( amount: number | string, color: string, ): string; export default curriedSaturate;