@launchmenu/applet-window-manager
Version:
An applet to manage LMs window
8 lines • 402 B
TypeScript
import { IActionBinding } from "@launchmenu/core";
/**
* Creates the context menu binding to hide the window
* @param onExecute The callback to call to exit the window
* @returns An action binding for the context menu to hide the window
*/
export declare function createExitContextMenuBinding(onExecute: () => void): IActionBinding;
//# sourceMappingURL=createExitContextMenuBinding.d.ts.map