mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix jquery plugins typedef
This commit is contained in:
2
public/global.d.ts
vendored
2
public/global.d.ts
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user