Skip to content

Commit cd165fd

Browse files
dkirchhofnojaf
andauthored
add popover docs
Co-authored-by: Florian Verdonck <[email protected]>
1 parent cfc8935 commit cd165fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

runtime/JsxDOM.res

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424

2525
type style = JsxDOMStyle.t
2626
type domRef
27-
type popover = | @as("auto") Auto | @as("manual") Manual
27+
/**
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
2831
/**
2932
[Read more on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#popovertargetaction)
3033
*/

0 commit comments

Comments
 (0)