UNPKG

ngx-address

Version:

A simple address picker in angular.

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