UNPKG

ohmysearch

Version:

Ohmysearch - customizable all in one search tool to boost developer productivity

16 lines (14 loc) 328 B
export {}; declare global { interface Window { /** Expose some Api through preload script */ bridge: { __dirname: string; __filename: string; fs: typeof import("fs"); path: typeof import("path"); ipcRenderer: import("electron").IpcRenderer; removeLoading: () => void; }; } }