9 lines
328 B
TypeScript
9 lines
328 B
TypeScript
/// <reference types="jquery" />
|
|
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; |