File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ class Test extends React.Component {
4141 showThumbsOnMount = { false }
4242 disableThumbs = { false }
4343 openOnMount = { false }
44+ autoplay
4445 disableBackgroundClose = { true }
4546 disableLocalStorage = { true }
4647 disableSlideSwiping = { true }
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ declare namespace FsLightbox {
4949
5050 // sources
5151 maxYoutubeVideoDimensions ?: VideoDimensions | undefined ;
52+ autoplay ?: boolean | undefined ;
5253
5354 // thumbs
5455 thumbs ?: Array < string | null > | undefined ; // pro feature
@@ -60,7 +61,6 @@ declare namespace FsLightbox {
6061
6162 // toolbar
6263 customToolbarButtons ?: CustomToolbarButtonProps [ ] | undefined ; // pro feature
63-
6464 // preferences
6565 disableBackgroundClose ?: boolean | undefined ;
6666 disableSlideSwiping ?: boolean | undefined ;
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @types/fslightbox-react" ,
4- "version" : " 1.7 .9999" ,
4+ "version" : " 1.8 .9999" ,
55 "projects" : [
66 " https://fslightbox.com/"
77 ],
You can’t perform that action at this time.
0 commit comments