diff --git a/types/fslightbox-react/fslightbox-react-tests.tsx b/types/fslightbox-react/fslightbox-react-tests.tsx index 3ea0b17d060307..88884da9cd3930 100644 --- a/types/fslightbox-react/fslightbox-react-tests.tsx +++ b/types/fslightbox-react/fslightbox-react-tests.tsx @@ -51,7 +51,8 @@ class Test extends React.Component { autoplay disableBackgroundClose={true} disableLocalStorage={true} - disableSlideSwiping={true} + disableSlideshowLoop={true} + disableZoom={true} exitFullscreenOnClose={false} maxScale={true} slideDistance={0.5} diff --git a/types/fslightbox-react/index.d.ts b/types/fslightbox-react/index.d.ts index 33b2553a4e70cb..1038494c87c3c1 100644 --- a/types/fslightbox-react/index.d.ts +++ b/types/fslightbox-react/index.d.ts @@ -64,6 +64,8 @@ declare namespace FsLightbox { // preferences disableBackgroundClose?: boolean | undefined; disableSlideSwiping?: boolean | undefined; + disableSlideshowLoop?: boolean | undefined; + disableZoom?: boolean | undefined; loadOnlyCurrentSource?: boolean | undefined; showThumbsOnMount?: boolean | undefined; // pro feature showThumbsWithCaptions?: boolean | undefined; // pro feature