diff --git a/src/index.ts b/src/index.ts index 90e40d0..93ccef1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,3 +8,4 @@ const PhotoViewer = registerPlugin('PhotoViewer', { export * from './definitions'; export { PhotoViewer }; + diff --git a/src/web.ts b/src/web.ts index 8948992..ce2862c 100644 --- a/src/web.ts +++ b/src/web.ts @@ -2,15 +2,15 @@ import { WebPlugin } from '@capacitor/core'; import { defineCustomElements as jeepPhotoviewer } from 'jeep-photoviewer/loader'; import type { - PhotoViewerPlugin, capEchoOptions, capEchoResult, - capShowOptions, - capShowResult, capHttpOptions, capHttpResult, capPaths, + capShowOptions, + capShowResult, Image, + PhotoViewerPlugin, ViewerOptions, } from './definitions';