@react-spring/parallax
Advanced tools
Comparing version 9.4.5-beta.1 to 9.4.5-beta.2
@@ -53,4 +53,5 @@ import * as React from 'react'; | ||
innerStyle?: CSSProperties; | ||
children: React.ReactNode; | ||
} | ||
export declare const Parallax: React.MemoExoticComponent<React.ForwardRefExoticComponent<ParallaxProps & React.RefAttributes<IParallax>>>; | ||
export {}; |
{ | ||
"name": "@react-spring/parallax", | ||
"version": "9.4.5-beta.1", | ||
"version": "9.4.5-beta.2", | ||
"main": "dist/react-spring-parallax.cjs.js", | ||
@@ -33,4 +33,4 @@ "module": "dist/react-spring-parallax.esm.js", | ||
"dependencies": { | ||
"@react-spring/shared": "~9.4.5-beta.1", | ||
"@react-spring/web": "~9.4.5-beta.1" | ||
"@react-spring/shared": "~9.4.5-beta.2", | ||
"@react-spring/web": "~9.4.5-beta.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "peerDependencies": { |
37838
962