UNPKG

ng-hotkeys

Version:

ng-hotkeys for Angular 14+

18 lines (17 loc) 656 B
import { OnInit } from "@angular/core"; import { Shortcut } from "./ng-hotkeys.interfaces"; import * as i0 from "@angular/core"; /** * @ignore */ export declare class NgHotkeysHelpItemComponent implements OnInit { parsedKeys: string[][]; index: number; set shortcut(shortcut: Shortcut); get shortcut(): Shortcut; private _shortcut; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgHotkeysHelpItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgHotkeysHelpItemComponent, "ng-hot-keys-help-item", never, { "index": "index"; "shortcut": "shortcut"; }, {}, never, never, false>; }