mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 20:07:06 +08:00
9 lines
87 B
TypeScript
9 lines
87 B
TypeScript
|
|
export { }
|
|
|
|
declare global {
|
|
interface Window {
|
|
removeLoading: () => void
|
|
}
|
|
}
|