TeaWeb/client/declarations/exports.d.ts

7 lines
150 B
TypeScript
Raw Normal View History

/* File: client/js/teaforo.ts */
declare namespace forum {
export function register_callback(callback: () => any);
export function open();
}