mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 20:07:06 +08:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
|
|
||
|
interface Window {
|
||
|
/** 浏览器下开发,关闭 electron 载入动画 */
|
||
|
stopLoading: () => void
|
||
|
}
|