UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

11 lines (9 loc) 277 B
declare function curriedSaturateWith1(color: string): string; declare function curriedSaturate( amount: number | string, ): typeof curriedSaturateWith1; declare function curriedSaturate( amount: number | string, color: string, ): string; export default curriedSaturate;