Skip to content

Commit c2feebf

Browse files
committed
Merge branch 'master' of github.com:JevonsCode/react-native-custom-scroll-indicator
2 parents a4a8de8 + a844daf commit c2feebf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ Advanced / 进阶用法
8181

8282
| Props | Description | Type | Default |
8383
| :----------------------: | :---------: | :--------------------: | :-----: |
84-
| viewBoxStyle | entire component View style / 整个组件的样式 | StyleProp<ViewStyle> | |
85-
| scrollViewBoxStyle | ScrollView outline style / 被滑动的 ScrollView 外部的 View 的样式 | StyleProp<ViewStyle> | |
86-
| scrollViewStyle | ScrollView style /被滑动的 ScrollView 的样式 | StyleProp<ViewStyle> | |
84+
| viewBoxStyle | entire component View style / 整个组件的样式 | StyleProp\<ViewStyle\> | |
85+
| scrollViewBoxStyle | ScrollView outline style / 被滑动的 ScrollView 外部的 View 的样式 | StyleProp\<ViewStyle\> | |
86+
| scrollViewStyle | ScrollView style /被滑动的 ScrollView 的样式 | StyleProp\<ViewStyle\> | |
8787
| indicatorBgPadding | The sum of the two ends of the indicator background / 指示器的背景两端延伸之和 | number | 0 |
88-
| indicatorBackgroundStyle | Indicator background style / 指示器的背景样式 | StyleProp<ViewStyle> | width:140; height: 8; * |
89-
| indicatorStyle | Indicator style / 指示器的样式 | StyleProp<ViewStyle> | width:20; height: 4; |
90-
| indicatorBoxStyle | Indicator outline View style / 指示器外 View 的样式 | StyleProp<ViewStyle> | * |
88+
| indicatorBackgroundStyle | Indicator background style / 指示器的背景样式 | StyleProp\<ViewStyle\> | width:140; height: 8; * |
89+
| indicatorStyle | Indicator style / 指示器的样式 | StyleProp\<ViewStyle\> | width:20; height: 4; |
90+
| indicatorBoxStyle | Indicator outline View style / 指示器外 View 的样式 | StyleProp\<ViewStyle\> | * |
9191
| alwaysIndicatorBounce | Always turn on the rebound effect of the indicator / 总是开启指示器的回弹效果 | boolean | false |
9292
| animatedScrollViewParams | Animated.ScrollView params / Animated.ScrollView 的原生参数 | ScrollViewProps | |
93-
| onScrollListener | Callback when sliding / 滑动时的回调 | (*e*: NativeSyntheticEvent<unknown>) => void | |
93+
| onScrollListener | Callback when sliding / 滑动时的回调 | (*e*: NativeSyntheticEvent\<unknown\>) =\> void | |
9494

9595
\* The length of the indicator background defaults to **add** the length of the indicator / 指示器背景的长度默认**加上**指示器的长度
9696

0 commit comments

Comments
 (0)