UNPKG

air-lib

Version:

This is Air's angular component library

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