Skip to content

Commit a18f836

Browse files
committed
Fix TypeScript error
1 parent 0aed6bc commit a18f836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/js/jBox.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ declare namespace jBox {
349349
declare interface jBoxOptionsMap {
350350
Tooltip: jBox.jBoxOptions;
351351
Modal: jBox.jBoxOptions;
352+
Mouse: jBox.jBoxOptions;
352353
Confirm: jBox.jBoxConfirmOptions;
353354
Notice: jBox.jBoxNoticeOptions;
354355
Image: jBox.jBoxImageOptions;

0 commit comments

Comments
 (0)