Skip to content

Commit 8f6104a

Browse files
🤖 Merge PR DefinitelyTyped#74557 fslightbox-react, add a "maxScale" prop by @piotrzdziarski
1 parent 7f92ac8 commit 8f6104a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎types/fslightbox-react/fslightbox-react-tests.tsx‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class Test extends React.Component {
5353
disableLocalStorage={true}
5454
disableSlideSwiping={true}
5555
exitFullscreenOnClose={false}
56+
maxScale={true}
5657
slideDistance={0.5}
5758
slideshowTime={10000}
5859
sourceMargin={0.2}

‎types/fslightbox-react/index.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ declare namespace FsLightbox {
6868
showThumbsOnMount?: boolean | undefined; // pro feature
6969
showThumbsWithCaptions?: boolean | undefined; // pro feature
7070
disableThumbs?: boolean | undefined; // pro feature
71+
maxScale?: boolean | undefined; // pro feature
7172
slideDistance?: number | undefined;
7273
slideshowTime?: number | undefined; // pro feature
7374
sourceMargin?: number | undefined;

0 commit comments

Comments
 (0)