Skip to content

Commit 93695fe

Browse files
authored
Add children prop to RadialGradient (#7)
1 parent f498d01 commit 93695fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ReactNativeSvg.re

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,8 @@ module RadialGradient = {
947947
~cy: size=?,
948948
~r: size=?,
949949
~gradientUnits: gradientUnits=?,
950-
~gradientTransform: (float, float, float, float, float, float)=?
950+
~gradientTransform: (float, float, float, float, float, float)=?,
951+
~children: React.element
951952
) =>
952953
React.element =
953954
"RadialGradient";

0 commit comments

Comments
 (0)