@dotglitch/ngx-common
Version:
Angular components and utilities that are commonly used.
10 lines (9 loc) • 493 B
TypeScript
import { KeybindCode } from '../../../services/command-palette.service';
import * as i0 from "@angular/core";
export declare class ShortcutComponent {
shortcut: KeybindCode;
keys: string[];
ngOnChanges(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ShortcutComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ShortcutComponent, "ngx-commandpalette-shortcut", never, { "shortcut": { "alias": "shortcut"; "required": false; }; }, {}, never, never, true, never>;
}