diff --git a/src/ReactDOMStyle.res b/src/ReactDOMStyle.res
index 02b8b49..0f57b7a 100644
--- a/src/ReactDOMStyle.res
+++ b/src/ReactDOMStyle.res
@@ -1,6 +1,6 @@
 type t = JsxDOMStyle.t
 
-@obj
+@deprecated("Please directly construct the style record instead") @obj
 external make: (
   ~azimuth: string=?,
   ~backdropFilter: string=?,