UNPKG

@meetdhanani/react-image-carousel

Version:

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

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