UNPKG

ngx-ui-tour-ionic

Version:
11 lines (10 loc) 773 B
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: {}; }]>; }