UNPKG

@santigp258/react-simple-lightbox-video-image

Version:

A simple and customizable react lightbox component that support video and image. Also enables swipe and doble tap gesture. This component can be compatible with Next js

5 lines (4 loc) 158 B
import React from 'react'; import { ChevronProps } from '../types'; declare const Chevron: React.FunctionComponent<ChevronProps>; export default Chevron;