We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ee369 commit 1f496bfCopy full SHA for 1f496bf
generatedTypes/src/style/colors.d.ts
@@ -49,6 +49,7 @@ export declare class Colors {
49
getColorName(color: string): any;
50
getTintedColorForDynamicHex(color: string, tintKey: string | number): string;
51
generateColorPalette: ((color: any) => string[]) & _.MemoizedFunction;
52
+ shouldGenerateDarkerPalette(color: string): boolean;
53
isDark(color: string): boolean;
54
isValidHex(string: string): boolean;
55
getHexString(color: tinycolor.ColorInput): string;
0 commit comments