UNPKG

@meetdhanani/react-image-carousel

Version:

A modern React Image Carousel component with smooth transitions and touch support

5 lines (4 loc) 151 B
import React from 'react'; import { SlideProps } from '../types'; declare const Slide: (props: SlideProps) => React.JSX.Element; export default Slide;