We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c4073 commit e2e82e7Copy full SHA for e2e82e7
src/ReactDOMStyle.res
@@ -1,6 +1,6 @@
1
type t = JsxDOMStyle.t
2
3
-@obj
+@deprecated("Please directly construct the style record instead") @obj
4
external make: (
5
~azimuth: string=?,
6
~backdropFilter: string=?,
0 commit comments