Skip to content

Commit

Permalink
add color to domProps
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi committed Dec 26, 2024
1 parent 185d697 commit 6b48d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ReactDOM.re
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,8 @@ type domProps = {
[@mel.optional]
clipRule: option(string),
[@mel.optional]
color: option(string),
[@mel.optional]
colorInterpolation: option(string),
[@mel.optional]
colorInterpolationFilters: option(string),
Expand Down
2 changes: 2 additions & 0 deletions src/ReactDOM.rei
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,8 @@ type domProps = {
[@mel.optional]
clipRule: option(string),
[@mel.optional]
color: option(string),
[@mel.optional]
colorInterpolation: option(string),
[@mel.optional]
colorInterpolationFilters: option(string),
Expand Down

0 comments on commit 6b48d95

Please sign in to comment.