1import { ipcRenderer, remote } from 'electron'; 2 3(window as any).electron = { ipcRenderer, remote }; 4 5