@ngneat/hotkeys
Version:
A declarative library for handling hotkeys in Angular applications
12 lines (11 loc) • 577 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class HotkeysHelpComponent {
private hotkeysService;
title: string;
readonly dismiss: EventEmitter<any>;
hotkeys: import("../hotkeys.service").HotkeyGroup[];
handleDismiss(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HotkeysHelpComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HotkeysHelpComponent, "ng-component", never, { "title": { "alias": "title"; "required": false; }; }, { "dismiss": "dismiss"; }, never, never, true, never>;
}