Fix jquery plugins typedef

This commit is contained in:
Cohee
2024-10-31 21:05:22 +02:00
parent f4ef324203
commit 5fe1bc46e6

2
public/global.d.ts vendored
View File

@@ -11,6 +11,7 @@ declare var SillyTavern: {
libs: typeof libs; libs: typeof libs;
}; };
declare global {
// Jquery plugins // Jquery plugins
interface JQuery { interface JQuery {
nanogallery2(options?: any): JQuery; nanogallery2(options?: any): JQuery;
@@ -109,6 +110,7 @@ interface JQuery {
//#endregion //#endregion
} }
}
//#region select2 //#region select2