Fix jquery plugins typedef

5fe1bc46e65a656cfa98b1ca92bbda800c7f6e76

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Showing whitespace changes
public/global.d.ts+2 -0
@@ -11,6 +11,7 @@ declare var SillyTavern: {
11 libs: typeof libs;11 libs: typeof libs;
12};12};
1313
14declare global {
14 // Jquery plugins15 // Jquery plugins
15 interface JQuery {16 interface JQuery {
16 nanogallery2(options?: any): JQuery;17 nanogallery2(options?: any): JQuery;
@@ -109,6 +110,7 @@ interface JQuery {
109110
110 //#endregion111 //#endregion
111 }112 }
113}
112114
113//#region select2115//#region select2
114116