Skip to content

Commit 73aa469

Browse files
committed
added extra properties
1 parent 0abf373 commit 73aa469

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export interface ParallaxScrollViewProps {
1818
stickyHeaderHeight?: number;
1919
contentContainerStyle?: any;
2020
outputScaleValue?: number;
21+
style?: any;
22+
parallaxHeaderHeight?: number;
2123
}
2224

2325
export class RenderBackgroundParams {

0 commit comments

Comments
 (0)