UNPKG

react-carousel-query

Version:

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

11 lines (9 loc) 270 B
declare function curriedShadeWith1(color: string): string; declare function curriedShade( percentage: number | string, ): typeof curriedShadeWith1; declare function curriedShade( percentage: number | string, color: string, ): string; export default curriedShade;