Skip to content

Commit

Permalink
Add referrerPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 20, 2023
1 parent 1391d6c commit a920224
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 @@ -782,6 +782,8 @@ type domProps = {
[@mel.optional]
readOnly: option(bool),
[@mel.optional]
referrerPolicy: option(string),
[@mel.optional]
rel: option(string), /* a space- or comma-separated (depending on the element) list of a fixed set of "link types" */
[@mel.optional]
required: option(bool),
Expand Down
2 changes: 2 additions & 0 deletions src/ReactDOM.rei
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,8 @@ type domProps = {
[@mel.optional]
readOnly: option(bool),
[@mel.optional]
referrerPolicy: option(string),
[@mel.optional]
rel: option(string), /* a space- or comma-separated (depending on the element) list of a fixed set of "link types" */
[@mel.optional]
required: option(bool),
Expand Down

0 comments on commit a920224

Please sign in to comment.