UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

9 lines (8 loc) 235 B
import { OnInit, OnDestroy } from '@angular/core'; export declare class OffClick implements OnInit, OnDestroy { offClickHandler: any; private onClick; constructor(); ngOnInit(): void; ngOnDestroy(): void; }