2020-08-31 09:50:57 +08:00

6 lines
107 B
TypeScript

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