ngx-ui-tour-ng-bootstrap
Version:
UI tour library for Angular 12+
8 lines (7 loc) • 397 B
TypeScript
import { TourService } from 'ngx-ui-tour-core';
import type { INgbStepOption } from './step-option.interface';
import * as i0 from "@angular/core";
export declare class NgbTourService<T extends INgbStepOption = INgbStepOption> extends TourService<T> {
static ɵfac: i0.ɵɵFactoryDeclaration<NgbTourService<any>, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgbTourService<any>>;
}