UNPKG

react-images-extended-2

Version:

A simple, responsive lightbox component for displaying an array of images with React.js with extended features

5 lines (4 loc) 240 B
export { Lightbox, ICustomControl } from "./LightboxFunctional"; export type { IImage } from "./utils/types"; export type { ILightboxState, ILightboxContext } from "./ComponentState"; export { LightboxDisplayMode } from "./ComponentState";