Create char-data.js for type hint (#2209)
* Create char-data.js for type hint code from https://github.com/steve02081504/GentianAphrodite/blob/7df0d1e06d98469c0ecae6190c4ee75661dfcfc7/src/charData.mjs * add hint * fixes * `class` -> JSdoc typedef by AI * use `import` * `v2DataWorldInfo` * Rename book typedef * Fix type errors --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ interface JQuery {
|
||||
pagination(method: 'getCurrentPageNum'): number;
|
||||
pagination(method: string, options?: any): JQuery;
|
||||
pagination(options?: any): JQuery;
|
||||
transition(options?: any): JQuery;
|
||||
transition(options?: any, complete?: function): JQuery;
|
||||
autocomplete(options?: any): JQuery;
|
||||
autocomplete(method: string, options?: any): JQuery;
|
||||
slider(options?: any): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user