UNPKG

go-captcha-angular

Version:

GoCaptcha for Angular, which implements click mode, slider mode, drag-drop mode and rotation mode.

15 lines (14 loc) 686 B
import { OnInit } from '@angular/core'; import { ButtonType, ButtonConfig } from "./button-instance"; import * as i0 from "@angular/core"; export declare class ButtonComponent implements OnInit { config?: ButtonConfig; clickEvent?: (e: Event) => void; disabled?: boolean; type?: ButtonType; title?: string; ngOnInit(): void; handleClick(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "go-captcha-button", never, { "config": "config"; "clickEvent": "clickEvent"; "disabled": "disabled"; "type": "type"; "title": "title"; }, {}, never, never, false, never>; }