File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ declare namespace FsLightbox {
99 }
1010
1111 interface ToolbarButtonProps {
12- class ?: string ;
12+ class ?: string ;
1313 viewBox ?: string ;
1414 d ?: string ;
1515 title ?: string ;
@@ -66,11 +66,11 @@ declare namespace FsLightbox {
6666 disableSlideSwiping ?: boolean | undefined ;
6767 loadOnlyCurrentSource ?: boolean | undefined ;
6868 showThumbsOnMount ?: boolean | undefined ; // pro feature
69- showThumbsWithCaptions ?: boolean | undefined ; // pro feature
69+ showThumbsWithCaptions ?: boolean | undefined ; // pro feature
7070 disableThumbs ?: boolean | undefined ; // pro feature
7171 slideDistance ?: number | undefined ;
7272 slideshowTime ?: number | undefined ; // pro feature
73- sourceMargin ?: number | undefined ;
73+ sourceMargin ?: number | undefined ;
7474 UIFadeOutTime ?: number | false | undefined ; // pro feature
7575 zoomIncrement ?: number | undefined ; // pro feature
7676 openOnMount ?: boolean | undefined ;
@@ -100,6 +100,5 @@ declare namespace FsLightbox {
100100 }
101101}
102102
103- declare const FsLightbox : React . FC < FsLightbox . FsLightboxProps >
104- export = FsLightbox
105-
103+ declare const FsLightbox : React . FC < FsLightbox . FsLightboxProps > ;
104+ export = FsLightbox ;
You can’t perform that action at this time.
0 commit comments