@lifarl/react-scroll-snap-slider
Version:
A React Slider / Carousel Component with Scroll Snapping and Intersection Observer. ***[Demo](https://lifarl.github.io/react-scroll-snap-slider/)***
6 lines (5 loc) • 498 B
TypeScript
/// <reference types="react" />
export declare const Slider: import("react").ForwardRefExoticComponent<import("./components/Carousel/Carousel.interface").CarouselProps & import("react").RefAttributes<import("./components/Carousel").CarouselRef>>;
export { StyledCarousel, StyledSlider, StyledUl } from './components/Carousel/Carousel.styled';
export { StyledSlide } from './components/Slide/Slide.styled';
export { StyledNavWrapper, StyledArrow } from './components/NavArrow/NavArrow.styled';