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.
x
y
1 parent 0e8fb4b commit 38d14a2Copy full SHA for 38d14a2
src/React/DOM/Props.purs
@@ -620,3 +620,10 @@ onWheel f = unsafeMkProps "onWheel" (handle f)
620
621
suppressContentEditableWarning :: Boolean -> Props
622
suppressContentEditableWarning = unsafeMkProps "suppressContentEditableWarning"
623
+
624
+-- SVG attributes
625
+x :: Int -> Props
626
+x = unsafeMkProps "x"
627
628
+y :: Int -> Props
629
+y = unsafeMkProps "y"
0 commit comments