mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-31 20:16:36 +08:00
add global.d.ts
This commit is contained in:
parent
f2881a3137
commit
6fe969ffcb
9
src/global.d.ts
vendored
Normal file
9
src/global.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
export { }
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface Window {
|
||||||
|
removeLoading: () => void
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user