import { HotkeyElement } from "../../ui/hotkey/element.js"; //#region src/define/ui/hotkey.d.ts declare global { interface HTMLElementTagNameMap { [HotkeyElement.tagName]: HotkeyElement; } } //# sourceMappingURL=hotkey.d.ts.map