UNPKG

ngx-ui-tour-ngx-bootstrap

Version:
8 lines (7 loc) 403 B
import { TourService } from 'ngx-ui-tour-core'; import type { INgxbStepOption } from './step-option.interface'; import * as i0 from "@angular/core"; export declare class NgxbTourService<T extends INgxbStepOption = INgxbStepOption> extends TourService<T> { static ɵfac: i0.ɵɵFactoryDeclaration<NgxbTourService<any>, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgxbTourService<any>>; }