UNPKG

@fnxone/ngx-photoswipe

Version:

[![Npm package version](https://img.shields.io/badge/npm-1.0.11-blue)](https://www.npmjs.com/package/@fnxone/ngx-photoswipe) [![Npm package yearly downloads](https://img.shields.io/badge/downloads-600%2Fyear-green)](https://www.npmjs.com/package/@fnxone/n

10 lines 305 B
export declare class Image { img: string; thumb: string; description?: string; width?: number; height?: number; id?: number; constructor(img: string, thumb: string, description?: string, width?: number, height?: number, id?: number); } //# sourceMappingURL=image.model.d.ts.map