UNPKG

ngx-ui-tour-core

Version:
8 lines (7 loc) 235 B
import type { ElementRef } from '@angular/core'; import type { IStepOption } from './tour.service'; export interface TourAnchorDirective { showTourStep(step: IStepOption): void; hideTourStep(): void; element: ElementRef; }