UNPKG

react-carousel-query

Version:

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

8 lines (6 loc) 260 B
declare function curriedDarkenWith1(color: string): string; declare function curriedDarken( amount: number | string, ): typeof curriedDarkenWith1; declare function curriedDarken(amount: number | string, color: string): string; export default curriedDarken;