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 cfc8935 commit cd165fdCopy full SHA for cd165fd
runtime/JsxDOM.res
@@ -24,7 +24,10 @@
24
25
type style = JsxDOMStyle.t
26
type domRef
27
-type popover = | @as("auto") Auto | @as("manual") Manual
+/**
28
+ [Read more on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover)
29
+*/
30
+type popover = | @as("auto") Auto | @as("manual") Manual | @as("hint") Hint
31
/**
32
[Read more on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#popovertargetaction)
33
*/
0 commit comments