Skip to content

Commit

Permalink
chore: Add editor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Aug 30, 2024
1 parent 41aadd2 commit 3bb98d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ const PhotoViewer = registerPlugin<PhotoViewerPlugin>('PhotoViewer', {

export * from './definitions';
export { PhotoViewer };

6 changes: 3 additions & 3 deletions src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 3bb98d0

Please sign in to comment.