Skip to content

Commit f54f1ed

Browse files
ZielonyBuszmenFiberJW
authored andcommitted
1 parent 238186e commit f54f1ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/reason-expo/src

packages/reason-expo/src/Svg.re

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ module G = {
167167
~fill: string=?,
168168
~stroke: string=?,
169169
~strokeWidth: string=?,
170+
~transform: string=?,
170171
~children: React.element=?
171172
) =>
172173
React.element =
@@ -307,4 +308,4 @@ module Pattern = {
307308
) =>
308309
React.element =
309310
"Pattern";
310-
};
311+
};

0 commit comments

Comments
 (0)