ngx-ui-tour-primeng
Version:
UI tour library for Angular
11 lines (10 loc) • 764 B
TypeScript
import { TourAnchorPrimeNgDirective } from './tour-anchor.directive';
import { BaseTourProxyAnchor } from 'ngx-ui-tour-core';
import * as i0 from "@angular/core";
import * as i1 from "./tour-anchor.directive";
export declare class TourProxyAnchorComponent extends BaseTourProxyAnchor {
protected readonly anchorDirective: TourAnchorPrimeNgDirective;
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.TourAnchorPrimeNgDirective; inputs: { "tourAnchor": "anchorId"; }; outputs: {}; }]>;
}