Skip to content

Commit cfc8935

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/JsxDOM.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
type style = JsxDOMStyle.t
2626
type domRef
2727
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+
*/
2831
type popoverTargetAction = | @as("toggle") Toggle | @as("show") Show | @as("hide") Hide
2932

3033
/*

0 commit comments

Comments
 (0)