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 52266af commit 4b57b39Copy full SHA for 4b57b39
src/ReactDOM.re
@@ -1066,6 +1066,8 @@ type domProps = {
1066
[@mel.optional]
1067
clipRule: option(string),
1068
1069
+ color: option(string),
1070
+ [@mel.optional]
1071
colorInterpolation: option(string),
1072
1073
colorInterpolationFilters: option(string),
src/ReactDOM.rei
@@ -1067,6 +1067,8 @@ type domProps = {
1074
0 commit comments