Skip to content

Commit 1f496bf

Browse files
committed
update color generatedTypes
1 parent c0ee369 commit 1f496bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generatedTypes/src/style/colors.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export declare class Colors {
4949
getColorName(color: string): any;
5050
getTintedColorForDynamicHex(color: string, tintKey: string | number): string;
5151
generateColorPalette: ((color: any) => string[]) & _.MemoizedFunction;
52+
shouldGenerateDarkerPalette(color: string): boolean;
5253
isDark(color: string): boolean;
5354
isValidHex(string: string): boolean;
5455
getHexString(color: tinycolor.ColorInput): string;

0 commit comments

Comments
 (0)