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