File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
generatedTypes/src/components/icon Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export declare type IconProps = ImageProps & MarginModifiers & {
13
13
/**
14
14
* the icon tint
15
15
*/
16
- tintColor ?: string ;
16
+ tintColor ?: string | null ;
17
17
/**
18
18
* the icon size
19
19
*/
@@ -41,7 +41,7 @@ declare const _default: React.ComponentClass<ImageProps & Partial<Record<"margin
41
41
/**
42
42
* the icon tint
43
43
*/
44
- tintColor ?: string | undefined ;
44
+ tintColor ?: string | null | undefined ;
45
45
/**
46
46
* the icon size
47
47
*/
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export type IconProps = ImageProps &
18
18
/**
19
19
* the icon tint
20
20
*/
21
- tintColor ?: string ;
21
+ tintColor ?: string | null ;
22
22
/**
23
23
* the icon size
24
24
*/
You can’t perform that action at this time.
0 commit comments