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 6035f50 commit 13eb88bCopy full SHA for 13eb88b
.github/workflows/main.yml
@@ -46,4 +46,3 @@ jobs:
46
47
- name: Build
48
run: pnpm build
49
-https://github.com/jscottsmith/react-scroll-parallax/actions/runs/18050399519/job/51371003107?pr=279#step:9:1
src/index.ts
@@ -1,4 +1,4 @@
1
-export { EasingPreset, EffectNumber, EffectString } from 'parallax-controller';
+export { EasingPreset } from 'parallax-controller';
2
3
export * from './components/Parallax';
4
export * from './components/ParallaxBanner';
0 commit comments