remove `global.d.ts`
This commit is contained in:
parent
6dcb6643b1
commit
aa89677048
|
@ -1,10 +0,0 @@
|
||||||
export { }
|
|
||||||
|
|
||||||
declare global {
|
|
||||||
interface Window {
|
|
||||||
// Expose API through preload script
|
|
||||||
fs: typeof import('fs')
|
|
||||||
ipcRenderer: import('electron').IpcRenderer
|
|
||||||
removeLoading: () => void
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue