UNPKG

@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/)***

5 lines (4 loc) 204 B
import React from 'react'; import { SlideProps } from './Slide.interface'; declare const Slide: React.ForwardRefExoticComponent<SlideProps & React.RefAttributes<HTMLLIElement>>; export default Slide;