mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-24 21:51:27 +08:00
add global.d.ts
This commit is contained in:
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user