UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

8 lines (7 loc) 257 B
import { OnChanges, SimpleChanges, TemplateRef } from '@angular/core'; export declare class BitErrorTipComponent implements OnChanges { ref: TemplateRef<any>; hasError: any; values: any[]; ngOnChanges(changes: SimpleChanges): void; }