add global.d.ts

This commit is contained in:
younglei 2022-06-14 20:52:31 +08:00
parent f2881a3137
commit 6fe969ffcb

9
src/global.d.ts vendored Normal file
View File

@ -0,0 +1,9 @@
export { }
declare global {
interface Window {
removeLoading: () => void
}
}