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 404 B
import { ILightboxManipulationState, ILightboxState } from "../ComponentState"; import { IImage } from "./types"; export declare function normalizeSourceSet(data: IImage): string | null; export declare function preloadImage(state: ILightboxState, updateImageState: (updates: Partial<ILightboxManipulationState>) => void, resetImageOnLoad: boolean): HTMLImageElement; //# sourceMappingURL=loading.d.ts.map