Skip to content

Commit ac72301

Browse files
authored
JsxDOMStyle.t: add backgroundFilter prop (#5716)
1 parent cddfc41 commit ac72301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jscomp/others/jsxDOMStyle.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
type t = {
2626
azimuth: string
2727
[@ns.optional];
28+
backdropFilter: string
29+
[@ns.optional];
2830
background: string
2931
[@ns.optional];
3032
backgroundAttachment: string

0 commit comments

Comments
 (0)