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