UNPKG

@engie-group/ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

13 lines (12 loc) 580 B
import { ElementRef, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class HoverDirective { private elementRef; private renderer; spaasHover: string; constructor(elementRef: ElementRef, renderer: Renderer2); onMouseHover(event: MouseEvent): void; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration<HoverDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<HoverDirective, "[spaasHover]", never, { "spaasHover": { "alias": "spaasHover"; "required": false; }; }, {}, never, never, false, never>; }