Skip to content

Commit 8a4cdbb

Browse files
🤖 dprint fmt
1 parent bc943ec commit 8a4cdbb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

types/fslightbox-react/index.d.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)