diff --git a/src/ReactDOMStyle.res b/src/ReactDOMStyle.res index 08f3b75..581670a 100644 --- a/src/ReactDOMStyle.res +++ b/src/ReactDOMStyle.res @@ -3,6 +3,7 @@ type t = JsxDOMStyle.t @obj external make: ( ~azimuth: string=?, + ~backdropFilter: string=?, ~background: string=?, ~backgroundAttachment: string=?, ~backgroundColor: string=?,