We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a95ae3 commit 07a0d61Copy full SHA for 07a0d61
‎types/fslightbox-react/fslightbox-react-tests.tsx‎
@@ -57,6 +57,7 @@ class Test extends React.Component {
57
slideshowTime={10000}
58
sourceMargin={0.2}
59
UIFadeOutTime={10000}
60
+ useDialog={true}
61
zoomIncrement={0.5}
62
onInit={this.handleEvent}
63
onOpen={this.handleEvent}
‎types/fslightbox-react/index.d.ts‎
@@ -72,6 +72,7 @@ declare namespace FsLightbox {
72
slideshowTime?: number | undefined; // pro feature
73
sourceMargin?: number | undefined;
74
UIFadeOutTime?: number | false | undefined; // pro feature
75
+ useDialog?: boolean | undefined;
76
zoomIncrement?: number | undefined; // pro feature
77
openOnMount?: boolean | undefined;
78
exitFullscreenOnClose?: boolean | undefined;
0 commit comments