UNPKG

ngu-multiselect-dropdown

Version:

Angular multiselect dropdown component for web applications. Easy to integrate and use. It can be bind to any custom data source and custom filter.

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