We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abf373 commit 73aa469Copy full SHA for 73aa469
index.d.ts
@@ -18,6 +18,8 @@ export interface ParallaxScrollViewProps {
18
stickyHeaderHeight?: number;
19
contentContainerStyle?: any;
20
outputScaleValue?: number;
21
+ style?: any;
22
+ parallaxHeaderHeight?: number;
23
}
24
25
export class RenderBackgroundParams {
0 commit comments