UNPKG

react-carousel-query

Version:

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

8 lines (6 loc) 265 B
declare function curriedLightenWith1(color: string): string; declare function curriedLighten( amount: number | string, ): typeof curriedLightenWith1; declare function curriedLighten(amount: number | string, color: string): string; export default curriedLighten;