mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-04-08 04:50:14 +08:00
10 lines
88 B
TypeScript
10 lines
88 B
TypeScript
|
|
|
|
export { }
|
|
|
|
declare global {
|
|
interface Window {
|
|
removeLoading: () => void
|
|
}
|
|
}
|