Skip to content

Commit 86a662c

Browse files
fix: add children to parallax provider type (#198)
Co-authored-by: J Scott Smith <jscsmith@gmail.com>
1 parent a61ca52 commit 86a662c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ParallaxProvider/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ export interface ParallaxProviderProps {
1515
* Disables the ParallaxController and all animations.
1616
*/
1717
isDisabled?: boolean;
18+
children?: React.ReactNode;
1819
}

0 commit comments

Comments
 (0)