UNPKG

chi-app-lib

Version:

This is a custom component (input dropdown grid textarea map captcha) published to npm.

17 lines (16 loc) 469 B
import { OnInit, EventEmitter, SimpleChanges, OnChanges } from '@angular/core'; export declare class CaptchaComponent implements OnInit, OnChanges { imageUrl: any; className: any; iconClass: any; refreshIcon: string; isRefreshImage: any; key: EventEmitter<string>; imageLink: any; id: string; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; createCpatcha(): void; idGenerator(): string; }