UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

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