@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) • 415 B
TypeScript
import { ReactSimpleImageVideoLightbox } from './core';
import { ReactSimpleImageVideoLightboxProps, ChevronProps, VideoImagePropsType, ResourceItemType, ResourcersType, ResourceCustomPropsType } from './types/index';
export type { ReactSimpleImageVideoLightboxProps, ChevronProps, VideoImagePropsType, ResourceItemType, ResourcersType, ResourceCustomPropsType, };
export default ReactSimpleImageVideoLightbox;