mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
[react-native] Remove references of ScrollViewStyle
This commit is contained in:
5
types/react-native-snap-carousel/index.d.ts
vendored
5
types/react-native-snap-carousel/index.d.ts
vendored
@@ -14,7 +14,6 @@ import {
|
||||
NativeScrollEvent,
|
||||
StyleProp,
|
||||
ScrollViewProps,
|
||||
ScrollViewStyle,
|
||||
ViewStyle,
|
||||
ImageProps,
|
||||
FlatListProps
|
||||
@@ -180,11 +179,11 @@ export interface CarouselProps<T> extends React.Props<ScrollViewProps> {
|
||||
/**
|
||||
* Optional styles for Scrollview's global wrapper
|
||||
*/
|
||||
containerCustomStyle?: StyleProp<ScrollViewStyle>;
|
||||
containerCustomStyle?: StyleProp<ViewStyle>;
|
||||
/**
|
||||
* Optional styles for Scrollview's items container
|
||||
*/
|
||||
contentContainerCustomStyle?: StyleProp<ScrollViewStyle>;
|
||||
contentContainerCustomStyle?: StyleProp<ViewStyle>;
|
||||
/**
|
||||
* Value of the opacity effect applied to inactive slides
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user