@dweb-browser/core
Version:
7 lines • 407 B
TypeScript
import type { MicroModuleRuntime } from "./MicroModule.js";
import type { $IpcEvent } from "./ipc/ipc-message/IpcEvent.js";
declare const SHORTCUT_EVENT = "shortcut";
export type $IpcShortcutEvent = $IpcEvent<typeof SHORTCUT_EVENT>;
export declare const onShortcut: (runtime: MicroModuleRuntime, cb: (event: $IpcShortcutEvent) => unknown) => void;
export {};
//# sourceMappingURL=ipcEventOnShortcut.d.ts.map