UNPKG

xui

Version:

xUI Components for Angular

12 lines (11 loc) 617 B
import { ElementRef } from '@angular/core'; import { PopoverComponent } from './popover.component'; import * as i0 from "@angular/core"; export declare class PopoverTriggerForDirective { private elementRef; popover: PopoverComponent; constructor(elementRef: ElementRef); private _click; static ɵfac: i0.ɵɵFactoryDeclaration<PopoverTriggerForDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverTriggerForDirective, "[xuiPopoverTriggerFor]", ["xuiPopoverTriggerFor"], { "popover": { "alias": "xuiPopoverTriggerFor"; "required": false; }; }, {}, never, never, false, never>; }