diff --git a/types/fslightbox-react/fslightbox-react-tests.tsx b/types/fslightbox-react/fslightbox-react-tests.tsx
index 39cfef9f5aa0b3..b7e8f56201926e 100644
--- a/types/fslightbox-react/fslightbox-react-tests.tsx
+++ b/types/fslightbox-react/fslightbox-react-tests.tsx
@@ -2,7 +2,8 @@ import FsLightbox from "fslightbox-react";
import * as React from "react";
class Test extends React.Component {
- handleEvent = (instance: FsLightbox) => {};
+ handleEvent = (instance: any) => {};
+ handleSourceLoadEvent = (instance: any, source: any, index: number) => {};
render() {
return (
@@ -24,6 +25,11 @@ class Test extends React.Component {
type="image"
types={[null, "video", "youtube"]}
thumbs={[null, "yt.jpg", "bbbunny.jpg", "vimeo.jpg"]}
+ thumbsIcon={
+
+ }
thumbsIcons={[
null,