6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
|
|
interface Window {
|
|
/** 浏览器下开发,关闭 electron 载入动画 */
|
|
stopLoading: () => void
|
|
}
|