Skip to content

Commit

Permalink
fix(types): add lgMediumZoom plugin typings sachinchoolur#1607
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesandbots3 committed Mar 15, 2024
1 parent f378e79 commit 09162df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lg-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { AutoplaySettings } from './plugins/autoplay/lg-autoplay-settings';
import { CommentSettings } from './plugins/comment/lg-comment-settings';
import { FullscreenSettings } from './plugins/fullscreen/lg-fullscreen-settings';
import { HashSettings } from './plugins/hash/lg-hash-settings';
import { MediumZoomSettings } from './plugins/mediumZoom/lg-medium-zoom-settings';
import { PagerSettings } from './plugins/pager/lg-pager-settings';
import { RotateSettings } from './plugins/rotate/lg-rotate-settings';
import { ShareSettings } from './plugins/share/lg-share-settings';
Expand Down Expand Up @@ -51,7 +52,8 @@ export type LightGalleryAllSettings = LightGalleryCoreSettings &
HashSettings &
PagerSettings &
RotateSettings &
ShareSettings;
ShareSettings &
MediumZoomSettings;

export type LightGallerySettings = Partial<LightGalleryAllSettings>;

Expand Down

0 comments on commit 09162df

Please sign in to comment.