Skip to content

Commit 7965e82

Browse files
authored
typescript definition file
1 parent e5fbafe commit 7965e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare module "react-native-image-header-scroll-view" {
3333
renderFixedForeground?: () => React.ReactElement;
3434
renderForeground?: () => React.ReactElement;
3535
renderHeader?: () => React.ReactElement; // default is an empty view.
36-
foregroundExtrapolate: ?string;
36+
foregroundExtrapolate?: string;
3737
renderTouchableFixedForeground?: () => React.ReactElement;
3838
ScrollViewComponent?: React.ComponentType<ScrollViewProps>;
3939
scrollViewBackgroundColor?: string; // defaults to white.

0 commit comments

Comments
 (0)