Files
Romhack-Plaza---WordPress-P…/ts/globals.d.ts

9 lines
328 B
TypeScript
Raw Normal View History

2026-01-11 19:39:55 +01:00
/// <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;