UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

11 lines (9 loc) 265 B
declare function curriedTintWith1(color: string): string; declare function curriedTint( percentage: number | string, ): typeof curriedTintWith1; declare function curriedTint( percentage: number | string, color: string, ): string; export default curriedTint;