We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b456ac commit 6aae2ecCopy full SHA for 6aae2ec
index.d.ts
@@ -1,4 +1,10 @@
1
-export default interface ParallaxScrollView {
+import * as React from 'react';
2
+
3
+declare class ParallaxScrollView extends React.Component<ParallaxScrollViewProps, {}> {
4
5
+}
6
7
+export interface ParallaxScrollViewProps {
8
backgroundScrollSpeed?: number;
9
backgroundColor?: string;
10
contentBackgroundColor?: string;
0 commit comments