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 c944bc3 commit cfc8935Copy full SHA for cfc8935
runtime/JsxDOM.res
@@ -25,6 +25,9 @@
25
type style = JsxDOMStyle.t
26
type domRef
27
type popover = | @as("auto") Auto | @as("manual") Manual
28
+/**
29
+ [Read more on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#popovertargetaction)
30
+*/
31
type popoverTargetAction = | @as("toggle") Toggle | @as("show") Show | @as("hide") Hide
32
33
/*
0 commit comments