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))

11 lines 270 B
/// <reference types="react" /> export interface IImage { src?: string; alt?: string; srcSet?: string[]; caption?: string | JSX.Element; thumbnail?: string; initialRotation?: number; initialZoom?: number; } //# sourceMappingURL=types.d.ts.map