UNPKG

@inaccess-fang/ui-components

Version:

The Inaccess UI Components Library for the Front-end projects

8 lines (7 loc) 296 B
import { ElementRef, EventEmitter } from '@angular/core'; export declare class ClickOutsideElementDirective { private _elementRef; clickOutsideElement: EventEmitter<MouseEvent>; constructor(_elementRef: ElementRef); onClick(event: MouseEvent, targetElement: HTMLElement): void; }