12 lines
209 B
TypeScript
12 lines
209 B
TypeScript
![]() |
|
||
![]() |
export { }
|
||
![]() |
|
||
|
declare global {
|
||
|
interface Window {
|
||
![]() |
// Expose some Api through preload script
|
||
|
fs: typeof import('fs')
|
||
|
ipcRenderer: import('electron').IpcRenderer
|
||
|
removeLoading: () => void
|
||
![]() |
}
|
||
|
}
|