remove `global.d.ts`

This commit is contained in:
草鞋没号 2022-06-29 07:40:12 +08:00
parent 6dcb6643b1
commit aa89677048
1 changed files with 0 additions and 10 deletions

10
src/global.d.ts vendored
View File

@ -1,10 +0,0 @@
export { }
declare global {
interface Window {
// Expose API through preload script
fs: typeof import('fs')
ipcRenderer: import('electron').IpcRenderer
removeLoading: () => void
}
}