wildfire-im-sdk
Version:
野火IM SDK for Vue3 projects
13 lines (12 loc) • 347 B
TypeScript
export function isElectron(): boolean;
export const remote: any;
export const ipcRenderer: any;
export const ipcMain: any;
export const fs: any;
export const currentWindow: any;
export const BrowserWindow: any;
export const AppPath: any;
export const desktopCapturer: any;
export const shell: any;
export const screen: any;
export const app: any;