UNPKG

@polyipseity/obsidian-plugin-library

Version:
4 lines 244 B
import type { KeymapEventListener } from "obsidian"; import type { PluginContext } from "./plugin.js"; export declare function newHotkeyListener(context: PluginContext, ids?: Set<string>): KeymapEventListener; //# sourceMappingURL=keys.d.ts.map