@launchmenu/applet-window-manager
Version:
An applet to manage LMs window
8 lines • 310 B
TypeScript
import { LaunchMenu } from "@launchmenu/core";
/**
* Sets up the tray menu
* @param LM The LaunchMenu instance to control
* @returns A function that can be used to destroy the tray menu
*/
export declare function setupTrayMenu(LM: LaunchMenu): () => void;
//# sourceMappingURL=setupTrayMenu.d.ts.map