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;
};
declare global {
// Jquery plugins
interface JQuery {
nanogallery2(options?: any): JQuery;
@@ -109,6 +110,7 @@ interface JQuery {
//#endregion
}
}
//#region select2