mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-06 03:45:18 +00:00
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user