diff --git a/en/react-native-svg-capi.md b/en/react-native-svg-capi.md index f54dad7d20951cdcb23593364956029520ae15d9..497f729858e7bec99e90e52a22341f290c3dbf9f 100644 --- a/en/react-native-svg-capi.md +++ b/en/react-native-svg-capi.md @@ -560,6 +560,9 @@ For details, see [react-native-svg](https://github.com/software-mansion/react-na | y | 在 y 轴上平移距离 | number\| string | No | All | Yes | | width | 元素宽度 | number\| string | No | All | Yes | | height | 元素高度 | number\| string | No | All | Yes | +| SvgNodeCommonProps | svg公共属性(见下面Common props) | object | No | All | Yes | +| SvgRenderableCommonProps | svg render属性(见下面Common props) | object | No | All | Yes | +| SvgGroupCommonProps | svg group属性(见下面FontProps props) | object | No | All | Yes | **函数** diff --git a/zh-cn/react-native-svg-capi.md b/zh-cn/react-native-svg-capi.md index e6f38780892fd84bf5d6409775e14a77495e0704..ed31b5a023dca84ed97122a622e9156ebda43ef3 100644 --- a/zh-cn/react-native-svg-capi.md +++ b/zh-cn/react-native-svg-capi.md @@ -563,7 +563,9 @@ ohpm install | y | 在 y 轴上平移距离 | number\| string | No | All | Yes | | width | 元素宽度 | number\| string | No | All | Yes | | height | 元素高度 | number\| string | No | All | Yes | - +| SvgNodeCommonProps | svg公共属性(见下面Common props) | object | No | All | Yes | +| SvgRenderableCommonProps | svg render属性(见下面Common props) | object | No | All | Yes | +| SvgGroupCommonProps | svg group属性(见下面FontProps props) | object | No | All | Yes | **函数**