UNPKG

react-images-extended-2-stable

Version:

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

5 lines 282 B
export { Lightbox, ICustomControl } from "./LightboxFunctional"; export type { IImage } from "./utils/types"; export type { ILightboxState, ILightboxContext } from "./ComponentState"; export declare let PACKAGE_VERSION: "STABLE" | "EXPERIMENTAL"; //# sourceMappingURL=index.d.ts.map