UNPKG

bm-ng2-select

Version:

ng2-select Botmetric implementation Multi select

8 lines (7 loc) 233 B
import { OnInit, OnDestroy } from '@angular/core'; export declare class OffClickDirective implements OnInit, OnDestroy { offClickHandler: any; onClick($event: MouseEvent): void; ngOnInit(): any; ngOnDestroy(): any; }