react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
11 lines (9 loc) • 307 B
TypeScript
declare function curriedTransparentizeWith1(color: string): string;
declare function curriedTransparentize(
amount: number | string,
): typeof curriedTransparentizeWith1;
declare function curriedTransparentize(
amount: number | string,
color: string,
): string;
export default curriedTransparentize;