Begin XenForo Sync and continue Uploader
This commit is contained in:
3
ts/globals.d.ts
vendored
3
ts/globals.d.ts
vendored
@@ -2,5 +2,8 @@
|
||||
declare const $: any;
|
||||
declare const jQuery: any;
|
||||
|
||||
/// <reference types="wordpress" />
|
||||
declare const wp: any;
|
||||
|
||||
/// <reference types="romhackplaza" />
|
||||
declare function romhackplaza_manage_modal( a: object, b: string|undefined, c: string|undefined, d: string|undefined, e: string|undefined ): void;
|
||||
Reference in New Issue
Block a user