2023-01-10 19:21:42 +08:00

19 lines
464 B
TypeScript

declare const _globalThis: {
[key: string]: any;
Zotero: _ZoteroConstructable;
ZoteroPane: _ZoteroTypes.ZoteroPane;
Zotero_Tabs: typeof Zotero_Tabs;
window: Window;
document: Document;
ztoolkit: typeof ztoolkit;
addon: typeof addon;
};
declare const ztoolkit: import("zotero-plugin-toolkit").ZoteroToolkit;
declare const rootURI: string;
declare const addon: import("../src/addon").default;
declare const __env__: "production" | "development";