ngx-ui-tour-core
Version:
UI tour library for Angular 12+
14 lines (13 loc) • 614 B
TypeScript
import { TourService } from './tour.service';
import * as i0 from "@angular/core";
export declare class TourHotkeyListenerComponent {
protected readonly tourService: TourService<import("./tour.service").IStepOption>;
/**
* Configures hot keys for controlling the tour with the keyboard
*/
onEscapeKey(): void;
onArrowRightKey(): void;
onArrowLeftKey(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TourHotkeyListenerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TourHotkeyListenerComponent, "tour-hotkey-listener", never, {}, {}, never, ["*"], true, never>;
}