ngx-ui-tour-ionic
Version:
UI tour library for Angular 15+
11 lines (10 loc) • 773 B
TypeScript
import { BaseTourProxyAnchor } from 'ngx-ui-tour-core';
import { TourAnchorIonPopoverDirective } from './tour-anchor.directive';
import * as i0 from "@angular/core";
import * as i1 from "./tour-anchor.directive";
export declare class TourProxyAnchorComponent extends BaseTourProxyAnchor {
protected readonly anchorDirective: TourAnchorIonPopoverDirective;
anchorEl: string | HTMLElement;
static ɵfac: i0.ɵɵFactoryDeclaration<TourProxyAnchorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TourProxyAnchorComponent, "tour-proxy-anchor", never, { "anchorEl": { "alias": "anchorEl"; "required": true; }; }, {}, never, never, true, [{ directive: typeof i1.TourAnchorIonPopoverDirective; inputs: { "tourAnchor": "anchorId"; }; outputs: {}; }]>;
}