From e0b35bc4e83f08ebf6ef7699f7a969dc0abf3db9 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 08:36:21 +0800 Subject: [PATCH] remove `global.d.ts` --- src/global.d.ts | 9 --------- 1 file changed, 9 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 66f1d08..0000000 --- a/src/global.d.ts +++ /dev/null @@ -1,9 +0,0 @@ - - -export { } - -declare global { - interface Window { - removeLoading: () => void - } -}