We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61ca52 commit 86a662cCopy full SHA for 86a662c
src/components/ParallaxProvider/types.ts
@@ -15,4 +15,5 @@ export interface ParallaxProviderProps {
15
* Disables the ParallaxController and all animations.
16
*/
17
isDisabled?: boolean;
18
+ children?: React.ReactNode;
19
}
0 commit comments