From aa896770485941666dd1e000cae3f2ce27b14c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Wed, 29 Jun 2022 07:40:12 +0800 Subject: [PATCH] remove `global.d.ts` --- src/global.d.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/global.d.ts diff --git a/src/global.d.ts b/src/global.d.ts deleted file mode 100644 index 677ff6f..0000000 --- a/src/global.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -export { } - -declare global { - interface Window { - // Expose API through preload script - fs: typeof import('fs') - ipcRenderer: import('electron').IpcRenderer - removeLoading: () => void - } -}