[add] Allow style scrollbarWidth 'thin' value

Close #1499
This commit is contained in:
Nicolas Gallagher
2019-12-19 16:59:06 +00:00
parent 0b31a8b096
commit e0412acb94
+1 -1
View File
@@ -49,7 +49,7 @@ export type ViewStyle = {
overscrollBehavior?: OverscrollBehaviorValue, overscrollBehavior?: OverscrollBehaviorValue,
overscrollBehaviorX?: OverscrollBehaviorValue, overscrollBehaviorX?: OverscrollBehaviorValue,
overscrollBehaviorY?: OverscrollBehaviorValue, overscrollBehaviorY?: OverscrollBehaviorValue,
scrollbarWidth?: 'auto' | 'none', scrollbarWidth?: 'auto' | 'none' | 'thin',
scrollSnapAlign?: string, scrollSnapAlign?: string,
scrollSnapType?: string, scrollSnapType?: string,
WebkitMaskImage?: string, WebkitMaskImage?: string,