UNPKG

react-images-extended-2

Version:

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

4 lines 219 B
export { Lightbox, ICustomControl } from "./LightboxFunctional"; export type { IImage } from "./utils/types"; export type { ILightboxState, ILightboxContext } from "./ComponentState"; //# sourceMappingURL=index.d.ts.map