UNPKG

menubar

Version:

high level way to create menubar desktop applications with electron

17 lines (16 loc) 406 B
/// <reference types="jest" /> export declare const MOCK_APP_GETAPPPATH = "mock.app.getAppPath"; export declare const app: { getAppPath: jest.Mock<string, []>; isReady: () => Promise<void>; on: () => void; }; export declare class BrowserWindow { loadURL(): void; on(): void; setVisibleOnAllWorkspaces(): void; } export declare class Tray { on(): void; setToolTip(): void; }