UNPKG

@launchmenu/applet-window-manager

Version:
8 lines 402 B
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