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; +}