Fix jquery plugins typedef
| @@ -11,6 +11,7 @@ declare var SillyTavern: { | |||
| 11 | libs: typeof libs; | 11 | libs: typeof libs; |
| 12 | }; | 12 | }; |
| 13 | 13 | ||
| 14 | declare global { | ||
| 14 | // Jquery plugins | 15 | // Jquery plugins |
| 15 | interface JQuery { | 16 | interface JQuery { |
| 16 | nanogallery2(options?: any): JQuery; | 17 | nanogallery2(options?: any): JQuery; |
| @@ -109,6 +110,7 @@ interface JQuery { | |||
| 109 | 110 | ||
| 110 | //#endregion | 111 | //#endregion |
| 111 | } | 112 | } |
| 113 | } | ||
| 112 | 114 | ||
| 113 | //#region select2 | 115 | //#region select2 |
| 114 | 116 | ||