Skip to content

Commit

Permalink
fix: add children to parallax provider type (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: J Scott Smith <jscsmith@gmail.com>
  • Loading branch information
geongeorge and jscottsmith authored Apr 7, 2023
1 parent a61ca52 commit 86a662c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ParallaxProvider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export interface ParallaxProviderProps {
* Disables the ParallaxController and all animations.
*/
isDisabled?: boolean;
children?: React.ReactNode;
}

1 comment on commit 86a662c

@vercel
Copy link

@vercel vercel bot commented on 86a662c Apr 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.