From 617c6cc9b588c56d600f55a35229c688ff149af0 Mon Sep 17 00:00:00 2001 From: Droritos Date: Tue, 22 Mar 2016 03:12:47 +0200 Subject: [PATCH] Allow JSPM import --- photoswipe/photoswipe.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/photoswipe/photoswipe.d.ts b/photoswipe/photoswipe.d.ts index 98a1ed2bf..49145bf7c 100644 --- a/photoswipe/photoswipe.d.ts +++ b/photoswipe/photoswipe.d.ts @@ -917,3 +917,7 @@ declare namespace PhotoSwipeUI_Default { title?: string; } } + +declare module "photoswipe" { + export default PhotoSwipe; +}