mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
declare module "zulip:remote" {
|
|
export const {
|
|
app,
|
|
dialog,
|
|
}: typeof import("electron/main") | typeof import("@electron/remote");
|
|
}
|