Skip to content

Commit afabe3c

Browse files
committed
fix: export ParallaxBannerLayer #165
1 parent ca9dbff commit afabe3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { EasingPreset, EffectNumber, EffectString } from 'parallax-controller';
22

33
import { Parallax } from './components/Parallax';
44
import { ParallaxBanner } from './components/ParallaxBanner';
5+
import { ParallaxBannerLayer } from './components/ParallaxBanner/components/ParallaxBannerLayer';
56
import { ParallaxProvider } from './components/ParallaxProvider';
67
import { ParallaxContext } from './context/ParallaxContext';
78
import { useParallax } from './hooks/useParallax';
@@ -12,6 +13,7 @@ export {
1213
useParallaxController,
1314
Parallax,
1415
ParallaxBanner,
16+
ParallaxBannerLayer,
1517
ParallaxProvider,
1618
ParallaxContext,
1719
EasingPreset,

0 commit comments

Comments
 (0)