@lxlib/seed
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
23 lines (22 loc) • 665 B
TypeScript
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
import { ErrorCollectConfig } from './error-collect.config';
export declare class ErrorCollectComponent implements OnInit, OnDestroy {
private el;
private cdr;
private doc;
private $time;
private formEl;
freq: number;
offsetTop: number;
_hiden: boolean;
count: number;
constructor(cog: ErrorCollectConfig, el: ElementRef, cdr: ChangeDetectorRef, doc: any);
private get errEls();
private update;
_click(): boolean;
private install;
private uninstall;
private findParent;
ngOnInit(): void;
ngOnDestroy(): void;
}