@types/photoswipe
Advanced tools
@@ -1,2 +0,2 @@ | ||
| // Type definitions for PhotoSwipe 4.0.8 | ||
| // Type definitions for PhotoSwipe 4.1.3 | ||
| // Project: http://photoswipe.com/ | ||
@@ -15,11 +15,11 @@ // Definitions by: Xiaohan Zhang <https://github.com/hellochar> | ||
| */ | ||
| src: string; | ||
| src?: string; | ||
| /** | ||
| * The width of this image. | ||
| */ | ||
| w: number; | ||
| w?: number; | ||
| /** | ||
| * The height of this image. | ||
| */ | ||
| h: number; | ||
| h?: number; | ||
| /** | ||
@@ -31,2 +31,7 @@ * The url to small image placeholder, large image will be loaded on top | ||
| /** | ||
| * HTML content instead of image. | ||
| */ | ||
| html?: string; | ||
| /** | ||
| * Internal property added by PhotoSwipe. | ||
@@ -33,0 +38,0 @@ */ |
| { | ||
| "name": "@types/photoswipe", | ||
| "version": "4.0.29", | ||
| "version": "4.1.0", | ||
| "description": "TypeScript definitions for PhotoSwipe", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
| "main": "", | ||
| "types": "index", | ||
| "types": "index.d.ts", | ||
| "repository": { | ||
@@ -28,4 +28,4 @@ "type": "git", | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "4490344336927b09ae885981a5d3f75259270e34fc9fe88d870e973e95a720c2", | ||
| "typeScriptVersion": "2.0" | ||
| "typesPublisherContentHash": "f7f3fa9a36002add315bff128a6ca35dc53e5662dc01362936492e8dee62c4c2", | ||
| "typeScriptVersion": "2.8" | ||
| } |
@@ -5,13 +5,13 @@ # Installation | ||
| # Summary | ||
| This package contains type definitions for PhotoSwipe ( http://photoswipe.com/ ). | ||
| This package contains type definitions for PhotoSwipe (http://photoswipe.com/). | ||
| # Details | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/photoswipe | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/photoswipe. | ||
| Additional Details | ||
| * Last updated: Tue, 14 May 2019 23:51:07 GMT | ||
| ### Additional Details | ||
| * Last updated: Wed, 12 Feb 2020 18:36:17 GMT | ||
| * Dependencies: none | ||
| * Global values: PhotoSwipe, PhotoSwipeUI_Default | ||
| * Global values: `PhotoSwipe`, `PhotoSwipeUI_Default` | ||
| # Credits | ||
| These definitions were written by Xiaohan Zhang <https://github.com/hellochar>, PikachuEXE <https://github.com/PikachuEXE>. | ||
| These definitions were written by Xiaohan Zhang (https://github.com/hellochar), and PikachuEXE (https://github.com/PikachuEXE). |
34478
0.31%839
0.48%